RedisEnterpriseClusterData Class

Definition

A class representing the RedisEnterpriseCluster data model. Describes the RedisEnterprise cluster

public class RedisEnterpriseClusterData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RedisEnterprise.RedisEnterpriseClusterData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RedisEnterprise.RedisEnterpriseClusterData>
public class RedisEnterpriseClusterData : Azure.ResourceManager.Models.TrackedResourceData
type RedisEnterpriseClusterData = class
    inherit TrackedResourceData
    interface IJsonModel<RedisEnterpriseClusterData>
    interface IPersistableModel<RedisEnterpriseClusterData>
type RedisEnterpriseClusterData = class
    inherit TrackedResourceData
Public Class RedisEnterpriseClusterData
Inherits TrackedResourceData
Implements IJsonModel(Of RedisEnterpriseClusterData), IPersistableModel(Of RedisEnterpriseClusterData)
Public Class RedisEnterpriseClusterData
Inherits TrackedResourceData
Inheritance
RedisEnterpriseClusterData
Implements

Constructors

RedisEnterpriseClusterData(AzureLocation, RedisEnterpriseSku)

Initializes a new instance of RedisEnterpriseClusterData.

Properties

CustomerManagedKeyEncryption

All Customer-managed key encryption properties for the resource. Set this to an empty object to use Microsoft-managed key encryption.

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)
Identity

The identity of the resource.

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.

Explicit Interface Implementations

IJsonModel<RedisEnterpriseClusterData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RedisEnterpriseClusterData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RedisEnterpriseClusterData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RedisEnterpriseClusterData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RedisEnterpriseClusterData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to