RampUpRule.MaxReroutePercentage Property
Optional. A number that contains maximum reeoute percentage. Default is 1000. This property is optional
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public Nullable<double> MaxReroutePercentage { get; set; }
public:
property Nullable<double> MaxReroutePercentage {
Nullable<double> get();
void set(Nullable<double> value);
}
member MaxReroutePercentage : Nullable<float> with get, set
Public Property MaxReroutePercentage As Nullable(Of Double)
Property Value
Type: System.Nullable<Double>
See Also
RampUpRule Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top