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 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.azure.resourcemanager.cosmos.models that return TriggerOperationModifier and TypeMethodDescriptionstatic TriggerOperationTriggerOperation.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.