RampUpRule.ReroutePercentage Property
Optional. A number that contains percentage of the traffic to be re-reouted.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public double ReroutePercentage { get; set; }
public:
property double ReroutePercentage {
double get();
void set(double value);
}
member ReroutePercentage : float with get, set
Public Property ReroutePercentage As Double
Property Value
Type: System.Double
See Also
RampUpRule Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top