次の方法で共有


RedisRebootParameters コンストラクター

定義

オーバーロード

RedisRebootParameters()

RedisRebootParameters クラスの新しいインスタンスを初期化します。

RedisRebootParameters(String, Nullable<Int32>, IList<Nullable<Int32>>)

RedisRebootParameters クラスの新しいインスタンスを初期化します。

RedisRebootParameters()

RedisRebootParameters クラスの新しいインスタンスを初期化します。

public RedisRebootParameters ();
Public Sub New ()

適用対象

RedisRebootParameters(String, Nullable<Int32>, IList<Nullable<Int32>>)

RedisRebootParameters クラスの新しいインスタンスを初期化します。

public RedisRebootParameters (string rebootType = default, int? shardId = default, System.Collections.Generic.IList<int?> ports = default);
new Microsoft.Azure.Management.Redis.Models.RedisRebootParameters : string * Nullable<int> * System.Collections.Generic.IList<Nullable<int>> -> Microsoft.Azure.Management.Redis.Models.RedisRebootParameters
Public Sub New (Optional rebootType As String = Nothing, Optional shardId As Nullable(Of Integer) = Nothing, Optional ports As IList(Of Nullable(Of Integer)) = Nothing)

パラメーター

rebootType
String

再起動する Redis ノード。 この値に応じて、データ損失が発生する可能性があります。 使用できる値は、'PrimaryNode'、'SecondaryNode'、'AllNodes' です。

shardId
Nullable<Int32>

クラスタリングが有効になっている場合、再起動するシャードの ID。

ports
IList<Nullable<Int32>>

インスタンスごとの SSL ポートまたは非 SSL ポートで指定された、再起動する redis インスタンスの一覧。

適用対象