TriggerOperation Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. cosmos. models. TriggerOperation
- com.
- com.
public final class TriggerOperation
extends ExpandableStringEnum<TriggerOperation>
The operation the trigger is associated with.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Trigger |
ALL
Static value All for Trigger |
static final
Trigger |
CREATE
Static value Create for Trigger |
static final
Trigger |
DELETE
Static value Delete for Trigger |
static final
Trigger |
REPLACE
Static value Replace for Trigger |
static final
Trigger |
UPDATE
Static value Update for Trigger |
Constructor Summary
Constructor | Description |
---|---|
TriggerOperation() |
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
ALL
public static final TriggerOperation ALL
Static value All for TriggerOperation.
CREATE
public static final TriggerOperation CREATE
Static value Create for TriggerOperation.
DELETE
public static final TriggerOperation DELETE
Static value Delete for TriggerOperation.
REPLACE
public static final TriggerOperation REPLACE
Static value Replace for TriggerOperation.
UPDATE
public static final TriggerOperation UPDATE
Static value Update for TriggerOperation.
Constructor Details
TriggerOperation
@Deprecated
public TriggerOperation()
Deprecated
Creates a new instance of TriggerOperation value.
Method Details
fromString
public static TriggerOperation fromString(String name)
Creates or finds a TriggerOperation from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known TriggerOperation values.
Returns:
Applies to
Azure SDK for Java