RedisEnterpriseClusterPatch Class

Definition

A partial update to the RedisEnterprise cluster.

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

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'.

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.

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