Share via


RollingUpgradeMonitoringPolicy.FailureAction Property

Definition

Gets or sets the compensating action to perform when a Monitored upgrade encounters monitoring policy or health policy violations. Invalid indicates the failure action is invalid. Rollback specifies that the upgrade will start rolling back automatically. Manual indicates that the upgrade will switch to UnmonitoredManual upgrade mode. Possible values include: 'Rollback', 'Manual'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to