Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.SqlContainerCreateUpdateProperties
Packages that use SqlContainerCreateUpdateProperties
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
-
Uses of SqlContainerCreateUpdateProperties in com.azure.resourcemanager.cosmos.fluent.models
Classes in com.azure.resourcemanager.cosmos.fluent.models that implement interfaces with type arguments of type SqlContainerCreateUpdatePropertiesModifier and TypeClassDescriptionfinal classProperties to create and update Azure Cosmos DB container.Methods in com.azure.resourcemanager.cosmos.fluent.models that return SqlContainerCreateUpdatePropertiesModifier and TypeMethodDescriptionSqlContainerCreateUpdateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SqlContainerCreateUpdateProperties from the JsonReader.SqlContainerCreateUpdateProperties.withOptions(CreateUpdateOptions options) Set the options property: A key-value pair of options to be applied for the request.SqlContainerCreateUpdateProperties.withResource(SqlContainerResource resource) Set the resource property: The standard JSON format of a container.