次の方法で共有


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'、'Creating'、'Updating'、'Deleting' です。

RedisVersion

クラスターでサポートされている redis のバージョン (例: '6') を取得します

ResourceState

クラスターの現在のリソースの状態を取得します。 使用可能な値は、'Running'、'Creating'、'CreateFailed'、'Updating'、'UpdateFailed'、'DeleteFailed'、'Enableing'、'EnableFailed'、'Disableing'、'DisableFailed'、'Disabled' です。

Sku

作成する SKU を取得または設定します。これは、価格、パフォーマンス、機能に影響します。

Tags

リソース タグを取得または設定します。

適用対象