共用方式為


ServerRestartParameter.MaxFailoverSeconds Property

Definition

Gets or sets the maximum allowed failover time in seconds.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to