Share via


ClusterData Class

Definition

A class representing the Cluster data model.

public class ClusterData : Azure.ResourceManager.Models.TrackedResourceData
type ClusterData = class
    inherit TrackedResourceData
Public Class ClusterData
Inherits TrackedResourceData
Inheritance

Constructors

ClusterData(AzureLocation, RedisEnterpriseCacheSku)

Initializes a new instance of ClusterData.

Properties

HostName

DNS name of the cluster endpoint.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
MinimumTlsVersion

The minimum TLS version for the cluster to support, e.g. '1.2'.

Name

The name of the resource.

(Inherited from ResourceData)
PrivateEndpointConnections

List of private endpoint connections associated with the specified RedisEnterprise cluster.

ProvisioningState

Current provisioning status of the cluster.

RedisVersion

Version of redis the cluster supports, e.g. '6'.

ResourceState

Current resource status of the cluster.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
Sku

The SKU to create, which affects price, performance, and features.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)
Zones

The Availability Zones where this cluster will be deployed.

Applies to