CassandraKeyspaceCreateUpdateParameters Class
Parameters to create and update Cosmos DB Cassandra keyspace.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.cosmosdb.models._models_py3.ARMResourcePropertiesCassandraKeyspaceCreateUpdateParameters
Constructor
CassandraKeyspaceCreateUpdateParameters(*, resource: _models.CassandraKeyspaceResource, location: str | None = None, tags: Dict[str, str] | None = None, options: _models.CreateUpdateOptions | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
The location of the resource group to which the resource belongs. |
tags
|
Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with "defaultExperience": "Cassandra". Current "defaultExperience" values also include "Table", "Graph", "DocumentDB", and "MongoDB". |
resource
|
The standard JSON format of a Cassandra keyspace. Required. |
options
|
A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request. |
Variables
Name | Description |
---|---|
id
|
The unique resource identifier of the ARM resource. |
name
|
The name of the ARM resource. |
type
|
The type of Azure resource. |
location
|
The location of the resource group to which the resource belongs. |
tags
|
Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with "defaultExperience": "Cassandra". Current "defaultExperience" values also include "Table", "Graph", "DocumentDB", and "MongoDB". |
resource
|
The standard JSON format of a Cassandra keyspace. Required. |
options
|
A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request. |
Azure SDK for Python