RestartParameter.FailoverMode Property

Definition

Gets or sets failover mode. Possible values include: 'PlannedFailover', 'ForcedFailover', 'PlannedSwitchover', 'ForcedSwitchover'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to