Share via


ApplicationUpgradePolicy.UpgradeMode Property

Definition

Gets or sets the mode used to monitor health during a rolling upgrade. The values are UnmonitoredAuto, UnmonitoredManual, and Monitored. Possible values include: 'Invalid', 'UnmonitoredAuto', 'UnmonitoredManual', 'Monitored'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to