SqlContainerGetProperties Class
- java.
lang. Object - com.
azure. resourcemanager. cosmos. fluent. models. SqlContainerGetProperties
- com.
Implements
public final class SqlContainerGetProperties
implements JsonSerializable<SqlContainerGetProperties>
The properties of an Azure Cosmos DB container.
Constructor Summary
| Constructor | Description |
|---|---|
| SqlContainerGetProperties() |
Creates an instance of Sql |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sql |
fromJson(JsonReader jsonReader)
Reads an instance of Sql |
|
Sql |
options()
Get the options property: The options property. |
|
Sql |
resource()
Get the resource property: The resource property. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Sql |
withOptions(SqlContainerGetPropertiesOptions options)
Set the options property: The options property. |
|
Sql |
withResource(SqlContainerGetPropertiesResource resource)
Set the resource property: The resource property. |
Methods inherited from java.lang.Object
Constructor Details
SqlContainerGetProperties
public SqlContainerGetProperties()
Creates an instance of SqlContainerGetProperties class.
Method Details
fromJson
public static SqlContainerGetProperties fromJson(JsonReader jsonReader)
Reads an instance of SqlContainerGetProperties from the JsonReader.
Parameters:
Returns:
Throws:
options
public SqlContainerGetPropertiesOptions options()
Get the options property: The options property.
Returns:
resource
public SqlContainerGetPropertiesResource resource()
Get the resource property: The resource property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withOptions
public SqlContainerGetProperties withOptions(SqlContainerGetPropertiesOptions options)
Set the options property: The options property.
Parameters:
Returns:
withResource
public SqlContainerGetProperties withResource(SqlContainerGetPropertiesResource resource)
Set the resource property: The resource property.
Parameters:
Returns: