RampUpRule Properties

 

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

NameDescription
System_CAPS_pubpropertyActionHostName

Optional. A string that contains host name of the other site which will take part of the re-reouted traffic

System_CAPS_pubpropertyChangeDecisionCallbackUrl

Optional. A string that contains callback REST API method to determine change direction and step.This property is optional

System_CAPS_pubpropertyChangeIntervalInMinutes

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

System_CAPS_pubpropertyChangeStep

Optional. A number that contains reroute percentage change that would occur on each interval. This property is optional

System_CAPS_pubpropertyMaxReroutePercentage

Optional. A number that contains maximum reeoute percentage. Default is 1000. This property is optional

System_CAPS_pubpropertyMinReroutePercentage

Optional. A number that contains minimum reeoute percentage. Default is 0. This property is optional

System_CAPS_pubpropertyName

Optional. A string that contains name of the rule. It has to be unique in the collection of rules.(Inherited from RoutingRule.)

System_CAPS_pubpropertyReroutePercentage

Optional. A number that contains percentage of the traffic to be re-reouted.

Return to top
Show: