Cluster interface
Describes the RedisEnterprise cluster
- Extends
Properties
encryption | Encryption-at-rest configuration for the cluster. |
host |
DNS name of the cluster endpoint NOTE: This property will not be serialized. It can only be populated by the server. |
identity | The identity of the resource. |
minimum |
The minimum TLS version for the cluster to support, e.g. '1.2' |
private |
List of private endpoint connections associated with the specified RedisEnterprise cluster NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Current provisioning status of the cluster NOTE: This property will not be serialized. It can only be populated by the server. |
redis |
Version of redis the cluster supports, e.g. '6' NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
Current resource status of the cluster NOTE: This property will not be serialized. It can only be populated by the server. |
sku | The SKU to create, which affects price, performance, and features. |
zones | The Availability Zones where this cluster will be deployed. |
Inherited Properties
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
location | The geo-location where the resource lives |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
encryption
Encryption-at-rest configuration for the cluster.
encryption?: ClusterPropertiesEncryption
Property Value
hostName
DNS name of the cluster endpoint NOTE: This property will not be serialized. It can only be populated by the server.
hostName?: string
Property Value
string
identity
The identity of the resource.
identity?: ManagedServiceIdentity
Property Value
minimumTlsVersion
The minimum TLS version for the cluster to support, e.g. '1.2'
minimumTlsVersion?: string
Property Value
string
privateEndpointConnections
List of private endpoint connections associated with the specified RedisEnterprise cluster NOTE: This property will not be serialized. It can only be populated by the server.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
provisioningState
Current provisioning status of the cluster NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
redisVersion
Version of redis the cluster supports, e.g. '6' NOTE: This property will not be serialized. It can only be populated by the server.
redisVersion?: string
Property Value
string
resourceState
Current resource status of the cluster NOTE: This property will not be serialized. It can only be populated by the server.
resourceState?: string
Property Value
string
sku
zones
The Availability Zones where this cluster will be deployed.
zones?: string[]
Property Value
string[]
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From TrackedResource.id
location
The geo-location where the resource lives
location: string
Property Value
string
Inherited From TrackedResource.location
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From TrackedResource.name
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TrackedResource.tags
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From TrackedResource.type