Uses of Class
com.microsoft.azure.management.appservice.RampUpRule
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of RampUpRule in com.microsoft.azure.management.appservice
Modifier and TypeMethodDescriptionRampUpRule.withActionHostName
(String actionHostName) Set hostname of a slot to which the traffic will be redirected if decided to.RampUpRule.withChangeDecisionCallbackUrl
(String changeDecisionCallbackUrl) Set custom decision algorithm can be provided in TiPCallback site extension which URL can be specified.RampUpRule.withChangeIntervalInMinutes
(Integer changeIntervalInMinutes) Set specifies interval in minutes to reevaluate ReroutePercentage.RampUpRule.withChangeStep
(Double changeStep) Set in auto ramp up scenario this is the step to add/remove from <code>ReroutePercentage</code> until it reaches \n<code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>.RampUpRule.withMaxReroutePercentage
(Double maxReroutePercentage) Set specifies upper boundary below which ReroutePercentage will stay.RampUpRule.withMinReroutePercentage
(Double minReroutePercentage) Set specifies lower boundary above which ReroutePercentage will stay.Set name of the routing rule.RampUpRule.withReroutePercentage
(Double reroutePercentage) Set percentage of the traffic which will be redirected to <code>ActionHostName</code>.Modifier and TypeMethodDescriptionExperiments.withRampUpRules
(List<RampUpRule> rampUpRules) Set list of ramp-up rules.