| Package | Description |
|---|---|
| com.microsoft.azure.maven.function.bindings |
| Modifier and Type | Field and Description |
|---|---|
private BindingEnum.Direction |
BindingEnum.direction |
protected BindingEnum.Direction |
Binding.direction |
| Modifier and Type | Method and Description |
|---|---|
static BindingEnum.Direction |
BindingEnum.Direction.fromString(String direction) |
BindingEnum.Direction |
BindingEnum.getDirection() |
static BindingEnum.Direction |
BindingEnum.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BindingEnum.Direction[] |
BindingEnum.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BindingEnum(String type,
BindingEnum.Direction direction) |
BindingEnum(String type,
BindingEnum.Direction direction,
boolean isStorage) |
Copyright © 2019. All rights reserved.