Uses of Class
com.azure.resourcemanager.cosmos.models.SqlTriggerResource
-
Packages that use SqlTriggerResource 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 SqlTriggerResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return SqlTriggerResource Modifier and Type Method Description SqlTriggerResourceSqlTriggerCreateUpdateProperties. resource()Get the resource property: The standard JSON format of a trigger.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type SqlTriggerResource Modifier and Type Method Description SqlTriggerCreateUpdatePropertiesSqlTriggerCreateUpdateProperties. 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.models Modifier and Type Class Description classSqlTriggerGetPropertiesResourceThe SqlTriggerGetPropertiesResource model.Methods in com.azure.resourcemanager.cosmos.models that return SqlTriggerResource Modifier and Type Method Description SqlTriggerResourceSqlTriggerCreateUpdateParameters. resource()Get the resource property: The standard JSON format of a trigger.SqlTriggerResourceSqlTriggerResource. withBody(String body)Set the body property: Body of the Trigger.SqlTriggerResourceSqlTriggerResource. withId(String id)Set the id property: Name of the Cosmos DB SQL trigger.SqlTriggerResourceSqlTriggerResource. withTriggerOperation(TriggerOperation triggerOperation)Set the triggerOperation property: The operation the trigger is associated with.SqlTriggerResourceSqlTriggerResource. withTriggerType(TriggerType triggerType)Set the triggerType property: Type of the Trigger.Methods in com.azure.resourcemanager.cosmos.models with parameters of type SqlTriggerResource Modifier and Type Method Description SqlTriggerCreateUpdateParametersSqlTriggerCreateUpdateParameters. withResource(SqlTriggerResource resource)Set the resource property: The standard JSON format of a trigger.
-