TriggerTypes Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. appservice. models. TriggerTypes
- com.
- com.
public final class TriggerTypes
extends ExpandableStringEnum<TriggerTypes>
The trigger type of the function.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Trigger |
HTTP_TRIGGER
Static value Http |
static final
Trigger |
UNKNOWN
Static value Unknown for Trigger |
Constructor Summary
Constructor | Description |
---|---|
TriggerTypes() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Trigger |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Trigger |
fromString(String name)
Creates or finds a Trigger |
static
Collection<Trigger |
values()
Gets known Trigger |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
HTTP_TRIGGER
public static final TriggerTypes HTTP_TRIGGER
Static value HttpTrigger for TriggerTypes.
UNKNOWN
public static final TriggerTypes UNKNOWN
Static value Unknown for TriggerTypes.
Constructor Details
TriggerTypes
@Deprecated
public TriggerTypes()
Deprecated
Creates a new instance of TriggerTypes value.
Method Details
fromString
public static TriggerTypes fromString(String name)
Creates or finds a TriggerTypes from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known TriggerTypes values.
Returns:
Applies to
Azure SDK for Java