| Package | Description |
|---|---|
| com.microsoft.azure.common.function.bindings |
| Modifier and Type | Field and Description |
|---|---|
protected BindingEnum |
Binding.bindingEnum |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<BindingEnum,List<String>> |
Binding.requiredAttributeMap |
| Modifier and Type | Method and Description |
|---|---|
BindingEnum |
Binding.getBindingEnum() |
static BindingEnum |
BindingEnum.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.
|
| Constructor and Description |
|---|
Binding(BindingEnum bindingEnum) |
Binding(BindingEnum bindingEnum,
Annotation annotation) |
ExtendedCustomBinding(BindingEnum bindingEnum,
com.microsoft.azure.functions.annotation.CustomBinding customBindingAnnotation,
Annotation annotation) |
Copyright © 2020. All rights reserved.