RollingUpgradeMonitoringPolicy.FailureAction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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