RampUpRule Members
Specifies a routing rule which can divert traffic to different site based on re-route percentage and host name.and can ramp up/down traffic based on metrics based algorithm or based on custom logic exposed as REST API
The following tables list the members exposed by the RampUpRule type.
Public Constructors
Name | Description | |
---|---|---|
RampUpRule | Initializes a new instance of the RampUpRule class. |
Top
Public Properties
Name | Description | |
---|---|---|
ActionHostName | Optional. A string that contains host name of the other site which will take part of the re-reouted traffic | |
ChangeDecisionCallbackUrl | Optional. A string that contains callback REST API method to determine change direction and step.This property is optional | |
ChangeIntervalInMinutes | Optional. A number that contains interval in minutes to evaluate health of the re-reouted site and change reoute percentage with the step. This property is optional | |
ChangeStep | Optional. A number that contains reroute percentage change that would occur on each interval. This property is optional | |
MaxReroutePercentage | Optional. A number that contains maximum reeoute percentage. Default is 1000. This property is optional | |
MinReroutePercentage | Optional. A number that contains minimum reeoute percentage. Default is 0. This property is optional | |
Name | Optional. A string that contains name of the rule. It has to be unique in the collection of rules. (Inherited from RoutingRule) | |
ReroutePercentage | Optional. A number that contains percentage of the traffic to be re-reouted. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
RampUpRule Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace