ClusterResource interface
Representation of a managed Cassandra cluster.
- Extends
Properties
properties | Properties of a managed Cassandra cluster. |
Inherited Properties
id | The unique resource identifier of the ARM resource. NOTE: This property will not be serialized. It can only be populated by the server. |
identity | Identity for the resource. |
location | The location of the resource group to which the resource belongs. |
name | The name of the ARM resource. NOTE: This property will not be serialized. It can only be populated by the server. |
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". |
type | The type of Azure resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
properties
Properties of a managed Cassandra cluster.
properties?: ClusterResourceProperties
Property Value
Inherited Property Details
id
The unique resource identifier of the ARM resource. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ManagedCassandraARMResourceProperties.id
identity
Identity for the resource.
identity?: ManagedCassandraManagedServiceIdentity
Property Value
Inherited From ManagedCassandraARMResourceProperties.identity
location
The location of the resource group to which the resource belongs.
location?: string
Property Value
string
Inherited From ManagedCassandraARMResourceProperties.location
name
The name of the ARM resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ManagedCassandraARMResourceProperties.name
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".
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From ManagedCassandraARMResourceProperties.tags
type
The type of Azure resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ManagedCassandraARMResourceProperties.type