Class TriggerOperation
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<TriggerOperation>
com.microsoft.azure.management.cosmosdb.TriggerOperation
public final class TriggerOperation
extends com.microsoft.rest.ExpandableStringEnum<TriggerOperation>
Defines values for TriggerOperation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TriggerOperationStatic value All for TriggerOperation.static final TriggerOperationStatic value Create for TriggerOperation.static final TriggerOperationStatic value Delete for TriggerOperation.static final TriggerOperationStatic value Replace for TriggerOperation.static final TriggerOperationStatic value Update for TriggerOperation. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TriggerOperationfromString(String name) Creates or finds a TriggerOperation from its string representation.static Collection<TriggerOperation>values()Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
ALL
Static value All for TriggerOperation. -
CREATE
Static value Create for TriggerOperation. -
UPDATE
Static value Update for TriggerOperation. -
DELETE
Static value Delete for TriggerOperation. -
REPLACE
Static value Replace for TriggerOperation.
-
-
Constructor Details
-
TriggerOperation
public TriggerOperation()
-
-
Method Details
-
fromString
Creates or finds a TriggerOperation from its string representation.- Parameters:
name- a name to look for- Returns:
- the corresponding TriggerOperation
-
values
- Returns:
- known TriggerOperation values
-