RampUpRule.MaxReroutePercentage Property

Definition

Gets or sets specifies upper boundary below which ReroutePercentage will stay.

[Newtonsoft.Json.JsonProperty(PropertyName="maxReroutePercentage")]
public double? MaxReroutePercentage { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxReroutePercentage")>]
member this.MaxReroutePercentage : Nullable<double> with get, set
Public Property MaxReroutePercentage As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to