Uses of Class
com.azure.resourcemanager.cosmos.models.SqlTriggerGetPropertiesResource
Packages that use SqlTriggerGetPropertiesResource
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of SqlTriggerGetPropertiesResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return SqlTriggerGetPropertiesResourceModifier and TypeMethodDescriptionSqlTriggerGetProperties.resource()
Get the resource property: The resource property.SqlTriggerGetResultsInner.resource()
Get the resource property: The resource property.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type SqlTriggerGetPropertiesResourceModifier and TypeMethodDescriptionSqlTriggerGetProperties.withResource
(SqlTriggerGetPropertiesResource resource) Set the resource property: The resource property.SqlTriggerGetResultsInner.withResource
(SqlTriggerGetPropertiesResource resource) Set the resource property: The resource property. -
Uses of SqlTriggerGetPropertiesResource in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return SqlTriggerGetPropertiesResourceModifier and TypeMethodDescriptionSqlTriggerGetPropertiesResource.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SqlTriggerGetPropertiesResource from the JsonReader.Set the body property: Body of the Trigger.Set the id property: Name of the Cosmos DB SQL trigger.SqlTriggerGetPropertiesResource.withTriggerOperation
(TriggerOperation triggerOperation) Set the triggerOperation property: The operation the trigger is associated with.SqlTriggerGetPropertiesResource.withTriggerType
(TriggerType triggerType) Set the triggerType property: Type of the Trigger.