Share via


ArmRedisEnterpriseModelFactory.RedisEnterpriseClusterPatch Method

Definition

Initializes a new instance of RedisEnterpriseClusterPatch.

public static Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseClusterPatch RedisEnterpriseClusterPatch (Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseSku sku = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseTlsVersion? minimumTlsVersion = default, Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseCustomerManagedKeyEncryption customerManagedKeyEncryption = default, string hostName = default, Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseProvisioningStatus? provisioningState = default, Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseClusterResourceState? resourceState = default, string redisVersion = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.RedisEnterprise.RedisEnterprisePrivateEndpointConnectionData> privateEndpointConnections = default);
static member RedisEnterpriseClusterPatch : Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseSku * Azure.ResourceManager.Models.ManagedServiceIdentity * System.Collections.Generic.IDictionary<string, string> * Nullable<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseTlsVersion> * Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseCustomerManagedKeyEncryption * string * Nullable<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseProvisioningStatus> * Nullable<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseClusterResourceState> * string * seq<Azure.ResourceManager.RedisEnterprise.RedisEnterprisePrivateEndpointConnectionData> -> Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseClusterPatch
Public Shared Function RedisEnterpriseClusterPatch (Optional sku As RedisEnterpriseSku = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional minimumTlsVersion As Nullable(Of RedisEnterpriseTlsVersion) = Nothing, Optional customerManagedKeyEncryption As RedisEnterpriseCustomerManagedKeyEncryption = Nothing, Optional hostName As String = Nothing, Optional provisioningState As Nullable(Of RedisEnterpriseProvisioningStatus) = Nothing, Optional resourceState As Nullable(Of RedisEnterpriseClusterResourceState) = Nothing, Optional redisVersion As String = Nothing, Optional privateEndpointConnections As IEnumerable(Of RedisEnterprisePrivateEndpointConnectionData) = Nothing) As RedisEnterpriseClusterPatch

Parameters

sku
RedisEnterpriseSku

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

identity
ManagedServiceIdentity

The identity of the resource.

tags
IDictionary<String,String>

Resource tags.

minimumTlsVersion
Nullable<RedisEnterpriseTlsVersion>

The minimum TLS version for the cluster to support, e.g. '1.2'.

customerManagedKeyEncryption
RedisEnterpriseCustomerManagedKeyEncryption

Encryption-at-rest configuration for the cluster.

hostName
String

DNS name of the cluster endpoint.

provisioningState
Nullable<RedisEnterpriseProvisioningStatus>

Current provisioning status of the cluster.

resourceState
Nullable<RedisEnterpriseClusterResourceState>

Current resource status of the cluster.

redisVersion
String

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

privateEndpointConnections
IEnumerable<RedisEnterprisePrivateEndpointConnectionData>

List of private endpoint connections associated with the specified RedisEnterprise cluster.

Returns

A new RedisEnterpriseClusterPatch instance for mocking.

Applies to