ClusterUpdate Class
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.
A partial update to the RedisEnterprise cluster
[Microsoft.Rest.Serialization.JsonTransformation]
public class ClusterUpdate
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ClusterUpdate = class
Public Class ClusterUpdate
- Inheritance
-
ClusterUpdate
- Attributes
Constructors
ClusterUpdate() |
Initializes a new instance of the ClusterUpdate class. |
ClusterUpdate(Sku, String, String, String, String, String, IList<PrivateEndpointConnection>, IDictionary<String,String>) |
Initializes a new instance of the ClusterUpdate class. |
Properties
HostName |
Gets DNS name of the cluster endpoint |
MinimumTlsVersion |
Gets or sets the minimum TLS version for the cluster to support, e.g. '1.2'. Possible values include: '1.0', '1.1', '1.2' |
PrivateEndpointConnections |
Gets list of private endpoint connections associated with the specified RedisEnterprise cluster |
ProvisioningState |
Gets current provisioning status of the cluster. Possible values include: 'Succeeded', 'Failed', 'Canceled', 'Creating', 'Updating', 'Deleting' |
RedisVersion |
Gets version of redis the cluster supports, e.g. '6' |
ResourceState |
Gets current resource status of the cluster. Possible values include: 'Running', 'Creating', 'CreateFailed', 'Updating', 'UpdateFailed', 'Deleting', 'DeleteFailed', 'Enabling', 'EnableFailed', 'Disabling', 'DisableFailed', 'Disabled' |
Sku |
Gets or sets the SKU to create, which affects price, performance, and features. |
Tags |
Gets or sets resource tags. |
Applies to
Azure SDK for .NET