你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ClusterUpdate 类

定义

对 RedisEnterprise 群集的部分更新

[Microsoft.Rest.Serialization.JsonTransformation]
public class ClusterUpdate
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ClusterUpdate = class
Public Class ClusterUpdate
继承
ClusterUpdate
属性

构造函数

ClusterUpdate()

初始化 ClusterUpdate 类的新实例。

ClusterUpdate(Sku, String, String, String, String, String, IList<PrivateEndpointConnection>, IDictionary<String,String>)

初始化 ClusterUpdate 类的新实例。

属性

HostName

获取群集终结点的 DNS 名称

MinimumTlsVersion

获取或设置群集支持的最低 TLS 版本,例如“1.2”。 可能的值包括:“1.0”、“1.1”、“1.2”

PrivateEndpointConnections

获取与指定的 RedisEnterprise 群集关联的专用终结点连接列表

ProvisioningState

获取群集的当前预配状态。 可能的值包括:“Succeeded”、“Failed”、“Canceled”、“Create”、“Updateing”、“删除”

RedisVersion

获取群集支持的 redis 版本,例如“6”

ResourceState

获取群集的当前资源状态。 可能的值包括:“Running”、“Create”、“CreateFailed”、“Updateing”、“UpdateFailed”、“DeleteFailed”、“Enableing”、“Enableing”、“EnableFailed”、“Disableing”、“Disableing”、“Disablefailed”、“Disableiled”、“Disabled”

Sku

获取或设置要创建的 SKU,这会影响价格、性能和功能。

Tags

获取或设置资源标记。

适用于