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