RampUpRule.ReroutePercentage Property

Definition

Gets or sets percentage of the traffic which will be redirected to <code>ActionHostName</code>.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to