RollingUpgradePolicy.PrioritizeUnhealthyInstances Property

Definition

Gets or sets upgrade all unhealthy instances in a scale set before any healthy instances.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to