Class TriggerTypes
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<TriggerTypes>
-
- com.azure.resourcemanager.appservice.models.TriggerTypes
-
public final class TriggerTypes extends com.azure.core.util.ExpandableStringEnum<TriggerTypes>
Defines values for TriggerTypes.
-
-
Field Summary
Fields Modifier and Type Field Description static TriggerTypesHTTP_TRIGGERStatic value HttpTrigger for TriggerTypes.static TriggerTypesUNKNOWNStatic value Unknown for TriggerTypes.
-
Constructor Summary
Constructors Constructor Description TriggerTypes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TriggerTypesfromString(String name)Creates or finds a TriggerTypes from its string representation.static Collection<TriggerTypes>values()
-
-
-
Field Detail
-
HTTP_TRIGGER
public static final TriggerTypes HTTP_TRIGGER
Static value HttpTrigger for TriggerTypes.
-
UNKNOWN
public static final TriggerTypes UNKNOWN
Static value Unknown for TriggerTypes.
-
-
Method Detail
-
fromString
public static TriggerTypes fromString(String name)
Creates or finds a TriggerTypes from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding TriggerTypes.
-
values
public static Collection<TriggerTypes> values()
- Returns:
- known TriggerTypes values.
-
-