RestartParameter.RestartWithFailover Property

Definition

Gets or sets indicates whether to restart the server with failover.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to