Experiments.RampUpRules Property

Definition

Gets or sets list of ramp-up rules.

[Newtonsoft.Json.JsonProperty(PropertyName="rampUpRules")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.RampUpRule> RampUpRules { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="rampUpRules")>]
member this.RampUpRules : System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.RampUpRule> with get, set
Public Property RampUpRules As IList(Of RampUpRule)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to