ISiteConfig.ExperimentRampUpRule Property

Definition

List of ramp-up rules.

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

Property Value

Attributes

Applies to