Uses of Class
com.azure.resourcemanager.appservice.models.RampUpRule
Packages that use RampUpRule
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of RampUpRule in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return RampUpRuleModifier and TypeMethodDescriptionstatic RampUpRule
RampUpRule.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RampUpRule from the JsonReader.RampUpRule.withActionHostname
(String actionHostname) Set the actionHostname property: Hostname of a slot to which the traffic will be redirected if decided to.RampUpRule.withChangeDecisionCallbackUrl
(String changeDecisionCallbackUrl) Set the changeDecisionCallbackUrl property: Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified.RampUpRule.withChangeIntervalInMinutes
(Integer changeIntervalInMinutes) Set the changeIntervalInMinutes property: Specifies interval in minutes to reevaluate ReroutePercentage.RampUpRule.withChangeStep
(Double changeStep) Set the changeStep property: 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 the maxReroutePercentage property: Specifies upper boundary below which ReroutePercentage will stay.RampUpRule.withMinReroutePercentage
(Double minReroutePercentage) Set the minReroutePercentage property: Specifies lower boundary above which ReroutePercentage will stay.Set the name property: Name of the routing rule.RampUpRule.withReroutePercentage
(Double reroutePercentage) Set the reroutePercentage property: Percentage of the traffic which will be redirected to <code>ActionHostName</code>.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type RampUpRuleModifier and TypeMethodDescriptionExperiments.rampUpRules()
Get the rampUpRules property: List of ramp-up rules.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type RampUpRuleModifier and TypeMethodDescriptionExperiments.withRampUpRules
(List<RampUpRule> rampUpRules) Set the rampUpRules property: List of ramp-up rules.