Class TriggerTypes
java.lang.Object
com.azure.core.util.ExpandableStringEnum<TriggerTypes>
com.azure.resourcemanager.appservice.models.TriggerTypes
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
The trigger type of the function.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TriggerTypesStatic value HttpTrigger for TriggerTypes.static final TriggerTypesStatic value Unknown for TriggerTypes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TriggerTypesfromString(String name) Creates or finds a TriggerTypes from its string representation.static Collection<TriggerTypes> values()Gets known TriggerTypes values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
HTTP_TRIGGER
Static value HttpTrigger for TriggerTypes. -
UNKNOWN
Static value Unknown for TriggerTypes.
-
-
Constructor Details
-
TriggerTypes
Deprecated.Use thefromString(String)factory method.Creates a new instance of TriggerTypes value.
-
-
Method Details
-
fromString
Creates or finds a TriggerTypes from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding TriggerTypes.
-
values
Gets known TriggerTypes values.- Returns:
- known TriggerTypes values.
-
fromString(String)factory method.