RedisRebootParameters コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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' です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET