Uses of Class
com.azure.resourcemanager.cosmos.models.TriggerOperation
-
Packages that use TriggerOperation Package Description com.azure.resourcemanager.cosmos.models 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 TriggerOperation Modifier and Type Field Description static TriggerOperationTriggerOperation. ALLStatic value All for TriggerOperation.static TriggerOperationTriggerOperation. CREATEStatic value Create for TriggerOperation.static TriggerOperationTriggerOperation. DELETEStatic value Delete for TriggerOperation.static TriggerOperationTriggerOperation. REPLACEStatic value Replace for TriggerOperation.static TriggerOperationTriggerOperation. UPDATEStatic value Update for TriggerOperation.Methods in com.azure.resourcemanager.cosmos.models that return TriggerOperation Modifier and Type Method Description static TriggerOperationTriggerOperation. fromString(String name)Creates or finds a TriggerOperation from its string representation.TriggerOperationSqlTriggerResource. 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 TriggerOperation Modifier and Type Method Description static Collection<TriggerOperation>TriggerOperation. values()Methods in com.azure.resourcemanager.cosmos.models with parameters of type TriggerOperation Modifier and Type Method Description SqlTriggerGetPropertiesResourceSqlTriggerGetPropertiesResource. withTriggerOperation(TriggerOperation triggerOperation)Set the triggerOperation property: The operation the trigger is associated with.SqlTriggerResourceSqlTriggerResource. withTriggerOperation(TriggerOperation triggerOperation)Set the triggerOperation property: The operation the trigger is associated with.
-