Share via


IExperiments.RampUpRule Property

Definition

List of ramp-up rules.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="List of ramp-up rules.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IRampUpRule) }, ReadOnly=false, Required=false, SerializedName="rampUpRules")]
public Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IRampUpRule[] RampUpRule { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="List of ramp-up rules.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IRampUpRule) }, ReadOnly=false, Required=false, SerializedName="rampUpRules")>]
member this.RampUpRule : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IRampUpRule[] with get, set
Public Property RampUpRule As IRampUpRule()

Property Value

Attributes

Applies to