ServerRestartParameter.RestartWithFailover プロパティ

定義

高可用性が有効になっているサーバーを再起動するときにスタンバイ サーバーにフェールオーバーするかどうかを取得または設定します。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="restartWithFailover")]
public string RestartWithFailover { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="restartWithFailover")>]
member this.RestartWithFailover : string with get, set
Public Property RestartWithFailover As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象