Uses of Class
com.azure.resourcemanager.cosmos.models.SqlTriggerResource
Packages that use SqlTriggerResource
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of SqlTriggerResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return SqlTriggerResourceModifier and TypeMethodDescriptionSqlTriggerCreateUpdateProperties.resource()
Get the resource property: The standard JSON format of a trigger.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type SqlTriggerResourceModifier and TypeMethodDescriptionSqlTriggerCreateUpdateProperties.withResource
(SqlTriggerResource resource) Set the resource property: The standard JSON format of a trigger. -
Uses of SqlTriggerResource in com.azure.resourcemanager.cosmos.models
Subclasses of SqlTriggerResource in com.azure.resourcemanager.cosmos.modelsModifier and TypeClassDescriptionfinal class
The SqlTriggerGetPropertiesResource model.Methods in com.azure.resourcemanager.cosmos.models that return SqlTriggerResourceModifier and TypeMethodDescriptionstatic SqlTriggerResource
SqlTriggerResource.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SqlTriggerResource from the JsonReader.SqlTriggerCreateUpdateParameters.resource()
Get the resource property: The standard JSON format of a trigger.Set the body property: Body of the Trigger.Set the id property: Name of the Cosmos DB SQL trigger.SqlTriggerResource.withTriggerOperation
(TriggerOperation triggerOperation) Set the triggerOperation property: The operation the trigger is associated with.SqlTriggerResource.withTriggerType
(TriggerType triggerType) Set the triggerType property: Type of the Trigger.Methods in com.azure.resourcemanager.cosmos.models with parameters of type SqlTriggerResourceModifier and TypeMethodDescriptionSqlTriggerCreateUpdateParameters.withResource
(SqlTriggerResource resource) Set the resource property: The standard JSON format of a trigger.