Uses of Class
com.microsoft.azure.toolkit.lib.legacy.function.bindings.BindingEnum
-
Packages that use BindingEnum Package Description com.microsoft.azure.toolkit.lib.appservice.function.core com.microsoft.azure.toolkit.lib.legacy.function.bindings -
-
Uses of BindingEnum in com.microsoft.azure.toolkit.lib.appservice.function.core
Fields in com.microsoft.azure.toolkit.lib.appservice.function.core declared as BindingEnum Modifier and Type Field Description private static BindingEnum[]AzureFunctionPackager. FUNCTION_WITHOUT_FUNCTION_EXTENSIONFields in com.microsoft.azure.toolkit.lib.appservice.function.core with type parameters of type BindingEnum Modifier and Type Field Description private static Map<BindingEnum,List<String>>AzureFunctionPackagerBase. REQUIRED_ATTRIBUTE_MAPMethods in com.microsoft.azure.toolkit.lib.appservice.function.core that return types with arguments of type BindingEnum Modifier and Type Method Description private Set<BindingEnum>AzureFunctionPackager. getFunctionBindingEnums(Map<String,FunctionConfiguration> configMap)Methods in com.microsoft.azure.toolkit.lib.appservice.function.core with parameters of type BindingEnum Modifier and Type Method Description private BindingAzureFunctionPackagerBase. createBinding(BindingEnum bindingEnum, FunctionAnnotation annotationBinding)Method parameters in com.microsoft.azure.toolkit.lib.appservice.function.core with type arguments of type BindingEnum Modifier and Type Method Description private booleanAzureFunctionPackager. isInstallingExtensionNeeded(boolean skipInstallExtensions, FunctionProject project, Set<BindingEnum> bindingTypes) -
Uses of BindingEnum in com.microsoft.azure.toolkit.lib.legacy.function.bindings
Fields in com.microsoft.azure.toolkit.lib.legacy.function.bindings declared as BindingEnum Modifier and Type Field Description protected BindingEnumBinding. bindingEnumFields in com.microsoft.azure.toolkit.lib.legacy.function.bindings with type parameters of type BindingEnum Modifier and Type Field Description protected static Map<BindingEnum,List<String>>Binding. requiredAttributeMapMethods in com.microsoft.azure.toolkit.lib.legacy.function.bindings that return BindingEnum Modifier and Type Method Description BindingEnumBinding. getBindingEnum()static BindingEnumBindingEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BindingEnum[]BindingEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.microsoft.azure.toolkit.lib.legacy.function.bindings with parameters of type BindingEnum Constructor Description Binding(BindingEnum bindingEnum)Binding(BindingEnum bindingEnum, Annotation annotation)Deprecated.ExtendedCustomBinding(BindingEnum bindingEnum, Annotation customBindingAnnotation, Annotation annotation)
-