RampUpRule.MinReroutePercentage Property
Optional. A number that contains minimum reeoute percentage. Default is 0. 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> MinReroutePercentage { get; set; }
public:
property Nullable<double> MinReroutePercentage {
Nullable<double> get();
void set(Nullable<double> value);
}
member MinReroutePercentage : Nullable<float> with get, set
Public Property MinReroutePercentage As Nullable(Of Double)
Property Value
Type: System.Nullable<Double>
See Also
RampUpRule Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top