Uses of Class
com.azure.resourcemanager.cosmos.models.SqlTriggerGetPropertiesResource
-
Packages that use SqlTriggerGetPropertiesResource Package Description com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models 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 SqlTriggerGetPropertiesResource Modifier and Type Method Description SqlTriggerGetPropertiesResourceSqlTriggerGetProperties. resource()Get the resource property: The resource property.SqlTriggerGetPropertiesResourceSqlTriggerGetResultsInner. resource()Get the resource property: The resource property.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type SqlTriggerGetPropertiesResource Modifier and Type Method Description SqlTriggerGetPropertiesSqlTriggerGetProperties. withResource(SqlTriggerGetPropertiesResource resource)Set the resource property: The resource property.SqlTriggerGetResultsInnerSqlTriggerGetResultsInner. 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 SqlTriggerGetPropertiesResource Modifier and Type Method Description SqlTriggerGetPropertiesResourceSqlTriggerGetPropertiesResource. withBody(String body)Set the body property: Body of the Trigger.SqlTriggerGetPropertiesResourceSqlTriggerGetPropertiesResource. withId(String id)Set the id property: Name of the Cosmos DB SQL trigger.SqlTriggerGetPropertiesResourceSqlTriggerGetPropertiesResource. withTriggerOperation(TriggerOperation triggerOperation)Set the triggerOperation property: The operation the trigger is associated with.SqlTriggerGetPropertiesResourceSqlTriggerGetPropertiesResource. withTriggerType(TriggerType triggerType)Set the triggerType property: Type of the Trigger.
-