Uses of Class
com.azure.resourcemanager.cosmos.models.TriggerOperation
Packages that use TriggerOperation
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of TriggerOperation in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models 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.azure.resourcemanager.cosmos.models that return TriggerOperationModifier and TypeMethodDescriptionstatic TriggerOperation
TriggerOperation.fromString
(String name) Creates or finds a TriggerOperation from its string representation.SqlTriggerResource.triggerOperation()
Get the triggerOperation property: The operation the trigger is associated with.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type TriggerOperationModifier and TypeMethodDescriptionstatic Collection
<TriggerOperation> TriggerOperation.values()
Gets known TriggerOperation values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type TriggerOperationModifier and TypeMethodDescriptionSqlTriggerGetPropertiesResource.withTriggerOperation
(TriggerOperation triggerOperation) Set the triggerOperation property: The operation the trigger is associated with.SqlTriggerResource.withTriggerOperation
(TriggerOperation triggerOperation) Set the triggerOperation property: The operation the trigger is associated with.