Uses of Class
com.microsoft.azure.toolkit.lib.legacy.function.configurations.FunctionExtensionVersion
-
-
Uses of FunctionExtensionVersion in com.microsoft.azure.toolkit.lib.legacy.function.configurations
Methods in com.microsoft.azure.toolkit.lib.legacy.function.configurations that return FunctionExtensionVersion Modifier and Type Method Description static FunctionExtensionVersionFunctionExtensionVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static FunctionExtensionVersion[]FunctionExtensionVersion. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FunctionExtensionVersion in com.microsoft.azure.toolkit.lib.legacy.function.template
Methods in com.microsoft.azure.toolkit.lib.legacy.function.template that return types with arguments of type FunctionExtensionVersion Modifier and Type Method Description Set<FunctionExtensionVersion>FunctionTemplate. getSupportedExtensionVersions() -
Uses of FunctionExtensionVersion in com.microsoft.azure.toolkit.lib.legacy.function.utils
Methods in com.microsoft.azure.toolkit.lib.legacy.function.utils that return FunctionExtensionVersion Modifier and Type Method Description static FunctionExtensionVersionFunctionUtils. parseFunctionExtensionVersion(String version)static FunctionExtensionVersionFunctionUtils. parseFunctionExtensionVersionFromHostJson(String version)
-