다음을 통해 공유


RedisEnterpriseClusterData Class

Definition

A class representing the RedisEnterpriseCluster data model. Describes the Redis Enterprise cluster

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

HighAvailability

Enabled by default. If highAvailability is disabled, the data set is not replicated. This affects the availability SLA, and increases the risk of data loss.

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'. Newer versions can be added in the future. Note that TLS 1.0 and TLS 1.1 are now completely obsolete -- you cannot use them. They are mentioned only for the sake of consistency with old API versions.

Name

The name of the resource.

(Inherited from ResourceData)
PrivateEndpointConnections

List of private endpoint connections associated with the specified Redis Enterprise cluster.

ProvisioningState

Current provisioning status of the cluster.

RedisVersion

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

RedundancyMode

Explains the current redundancy strategy of the cluster, which affects the expected SLA.

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)

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