Uses of Class
com.microsoft.azure.management.cosmosdb.TriggerOperation
Package
Description
This package contains the classes for CosmosDB.
-
Uses of TriggerOperation in com.microsoft.azure.management.cosmosdb
Modifier and TypeFieldDescriptionstatic final TriggerOperation
TriggerOperation.ALL
Static value All for TriggerOperation.static final TriggerOperation
TriggerOperation.CREATE
Static value Create for TriggerOperation.static final TriggerOperation
TriggerOperation.DELETE
Static value Delete for TriggerOperation.static final TriggerOperation
TriggerOperation.REPLACE
Static value Replace for TriggerOperation.static final TriggerOperation
TriggerOperation.UPDATE
Static value Update for TriggerOperation.Modifier and TypeMethodDescriptionstatic TriggerOperation
TriggerOperation.fromString
(String name) Creates or finds a TriggerOperation from its string representation.SqlTriggerResource.triggerOperation()
Get the operation the trigger is associated with.Modifier and TypeMethodDescriptionSqlTriggerResource.withTriggerOperation
(TriggerOperation triggerOperation) Set the operation the trigger is associated with.