ArmRedisEnterpriseModelFactory.RedisEnterpriseClusterPatch Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseClusterPatch RedisEnterpriseClusterPatch(Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseSku sku = default, Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseHighAvailability? highAvailability = default, Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseTlsVersion? minimumTlsVersion = default, string hostName = default, Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseProvisioningStatus? provisioningState = default, Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseRedundancyMode? redundancyMode = default, Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseClusterResourceState? resourceState = default, string redisVersion = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.RedisEnterprise.RedisEnterprisePrivateEndpointConnectionData> privateEndpointConnections = default, Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseCustomerManagedKeyEncryption customerManagedKeyEncryption = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseMaintenanceWindow> maintenanceWindows = default, Azure.ResourceManager.RedisEnterprise.Models.RedisEnterprisePublicNetworkAccess? publicNetworkAccess = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member RedisEnterpriseClusterPatch : Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseSku * Nullable<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseHighAvailability> * Nullable<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseTlsVersion> * string * Nullable<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseProvisioningStatus> * Nullable<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseRedundancyMode> * Nullable<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseClusterResourceState> * string * seq<Azure.ResourceManager.RedisEnterprise.RedisEnterprisePrivateEndpointConnectionData> * Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseCustomerManagedKeyEncryption * seq<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseMaintenanceWindow> * Nullable<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterprisePublicNetworkAccess> * Azure.ResourceManager.Models.ManagedServiceIdentity * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseClusterPatch
Public Shared Function RedisEnterpriseClusterPatch (Optional sku As RedisEnterpriseSku = Nothing, Optional highAvailability As Nullable(Of RedisEnterpriseHighAvailability) = Nothing, Optional minimumTlsVersion As Nullable(Of RedisEnterpriseTlsVersion) = Nothing, Optional hostName As String = Nothing, Optional provisioningState As Nullable(Of RedisEnterpriseProvisioningStatus) = Nothing, Optional redundancyMode As Nullable(Of RedisEnterpriseRedundancyMode) = Nothing, Optional resourceState As Nullable(Of RedisEnterpriseClusterResourceState) = Nothing, Optional redisVersion As String = Nothing, Optional privateEndpointConnections As IEnumerable(Of RedisEnterprisePrivateEndpointConnectionData) = Nothing, Optional customerManagedKeyEncryption As RedisEnterpriseCustomerManagedKeyEncryption = Nothing, Optional maintenanceWindows As IEnumerable(Of RedisEnterpriseMaintenanceWindow) = Nothing, Optional publicNetworkAccess As Nullable(Of RedisEnterprisePublicNetworkAccess) = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As RedisEnterpriseClusterPatch
Parameters
The SKU to create, which affects price, performance, and features.
- highAvailability
- Nullable<RedisEnterpriseHighAvailability>
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.
- minimumTlsVersion
- Nullable<RedisEnterpriseTlsVersion>
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.
- hostName
- String
DNS name of the cluster endpoint.
- provisioningState
- Nullable<RedisEnterpriseProvisioningStatus>
Current provisioning status of the cluster.
- redundancyMode
- Nullable<RedisEnterpriseRedundancyMode>
Explains the current redundancy strategy of the cluster, which affects the expected SLA.
- 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 Redis Enterprise cluster.
- customerManagedKeyEncryption
- RedisEnterpriseCustomerManagedKeyEncryption
All Customer-managed key encryption properties for the resource. Set this to an empty object to use Microsoft-managed key encryption.
- maintenanceWindows
- IEnumerable<RedisEnterpriseMaintenanceWindow>
Custom maintenance windows that apply to the cluster.
- publicNetworkAccess
- Nullable<RedisEnterprisePublicNetworkAccess>
Whether or not public network traffic can access the Redis cluster. Only 'Enabled' or 'Disabled' can be set. null is returned only for clusters created using an old API version which do not have this property and cannot be set.
- identity
- ManagedServiceIdentity
The identity of the resource.
- tags
- IDictionary<String,String>
Resource tags.
Returns
A new RedisEnterpriseClusterPatch instance for mocking.