RampUpRule.ChangeIntervalInMinutes Property

Definition

Gets or sets specifies interval in minutes to reevaluate ReroutePercentage.

[Newtonsoft.Json.JsonProperty(PropertyName="changeIntervalInMinutes")]
public int? ChangeIntervalInMinutes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="changeIntervalInMinutes")>]
member this.ChangeIntervalInMinutes : Nullable<int> with get, set
Public Property ChangeIntervalInMinutes As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to