ClusterData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Applies to
Azure SDK for .NET