Uses of Class
com.microsoft.azure.management.cosmosdb.SqlTriggerResource
Packages that use SqlTriggerResource
Package
Description
This package contains the classes for CosmosDB.
-
Uses of SqlTriggerResource in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return SqlTriggerResourceModifier and TypeMethodDescriptionSqlTriggerCreateUpdateParameters.resource()Get the standard JSON format of a trigger.Set body of the Trigger.Set name of the Cosmos DB SQL trigger.SqlTriggerResource.withTriggerOperation(TriggerOperation triggerOperation) Set the operation the trigger is associated with.SqlTriggerResource.withTriggerType(TriggerType triggerType) Set type of the Trigger.Methods in com.microsoft.azure.management.cosmosdb with parameters of type SqlTriggerResourceModifier and TypeMethodDescriptionSqlTriggerCreateUpdateParameters.withResource(SqlTriggerResource resource) Set the standard JSON format of a trigger.