次の方法で共有


ServerRestartParameter.MaxFailoverSeconds プロパティ

定義

許容されるフェールオーバーの最大時間を秒単位で取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="maxFailoverSeconds")]
public int? MaxFailoverSeconds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxFailoverSeconds")>]
member this.MaxFailoverSeconds : Nullable<int> with get, set
Public Property MaxFailoverSeconds As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象