RampUpRule.ChangeStep 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 in auto ramp up scenario this is the step to add/remove from <code>ReroutePercentage</code> until it reaches \n<code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specified in <code>ChangeIntervalInMinutes</code>.\nCustom decision algorithm can be provided in TiPCallback site extension which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.
[Newtonsoft.Json.JsonProperty(PropertyName="changeStep")]
public double? ChangeStep { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="changeStep")>]
member this.ChangeStep : Nullable<double> with get, set
Public Property ChangeStep As Nullable(Of Double)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Azure SDK for .NET