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
Modifier and TypeFieldDescriptionstatic final TriggerOperation
Static value All for TriggerOperation.static final TriggerOperation
Static value Create for TriggerOperation.static final TriggerOperation
Static value Delete for TriggerOperation.static final TriggerOperation
Static value Replace for TriggerOperation.static final TriggerOperation
Static value Update for TriggerOperation. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TriggerOperation
fromString
(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
-