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 TriggerOperationTriggerOperation.ALLStatic value All for TriggerOperation.static final TriggerOperationTriggerOperation.CREATEStatic value Create for TriggerOperation.static final TriggerOperationTriggerOperation.DELETEStatic value Delete for TriggerOperation.static final TriggerOperationTriggerOperation.REPLACEStatic value Replace for TriggerOperation.static final TriggerOperationTriggerOperation.UPDATEStatic value Update for TriggerOperation.Methods in com.microsoft.azure.management.cosmosdb that return TriggerOperationModifier and TypeMethodDescriptionstatic TriggerOperationTriggerOperation.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.