IRampUpRule.MaxReroutePercentage 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.
Specifies upper boundary below which ReroutePercentage will stay.
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Specifies upper boundary below which ReroutePercentage will stay.", PossibleTypes=new System.Type[] { typeof(System.Double) }, ReadOnly=false, Required=false, SerializedName="maxReroutePercentage")]
public double? MaxReroutePercentage { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Specifies upper boundary below which ReroutePercentage will stay.", PossibleTypes=new System.Type[] { typeof(System.Double) }, ReadOnly=false, Required=false, SerializedName="maxReroutePercentage")>]
member this.MaxReroutePercentage : Nullable<double> with get, set
Public Property MaxReroutePercentage As Nullable(Of Double)
Property Value
- Attributes