Uses of Class
com.microsoft.azure.management.cosmosdb.TriggerOperation
Packages that use TriggerOperation
Package
Description
This package contains the classes for CosmosDB.
-
Uses of TriggerOperation in com.microsoft.azure.management.cosmosdb
Fields in com.microsoft.azure.management.cosmosdb declared as TriggerOperationModifier 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.Methods in com.microsoft.azure.management.cosmosdb that return TriggerOperationModifier 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.Methods in com.microsoft.azure.management.cosmosdb that return types with arguments of type TriggerOperationMethods in com.microsoft.azure.management.cosmosdb with parameters of type TriggerOperationModifier and TypeMethodDescriptionSqlTriggerResource.withTriggerOperation
(TriggerOperation triggerOperation) Set the operation the trigger is associated with.