ISiteConfig.ExperimentRampUpRule 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.
List of ramp-up rules.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="List of ramp-up rules.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule) }, ReadOnly=false, Required=false, SerializedName="rampUpRules")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule[] ExperimentRampUpRule { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="List of ramp-up rules.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule) }, ReadOnly=false, Required=false, SerializedName="rampUpRules")>]
member this.ExperimentRampUpRule : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule[] with get, set
Public Property ExperimentRampUpRule As IRampUpRule()
Property Value
- Attributes