Sdílet prostřednictvím


RedisEnterpriseClusterPatch Class

Definition

A partial update to the Redis Enterprise cluster.

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

Constructors

RedisEnterpriseClusterPatch()

Initializes a new instance of RedisEnterpriseClusterPatch.

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.

Identity

The identity of the resource.

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.

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.

Sku

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

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<RedisEnterpriseClusterPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RedisEnterpriseClusterPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RedisEnterpriseClusterPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RedisEnterpriseClusterPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RedisEnterpriseClusterPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to