| Modifier and Type | Method and Description |
|---|---|
RampUpRule |
RampUpRule.withActionHostName(String actionHostName)
Set the actionHostName value.
|
RampUpRule |
RampUpRule.withChangeDecisionCallbackUrl(String changeDecisionCallbackUrl)
Set the changeDecisionCallbackUrl value.
|
RampUpRule |
RampUpRule.withChangeIntervalInMinutes(Integer changeIntervalInMinutes)
Set the changeIntervalInMinutes value.
|
RampUpRule |
RampUpRule.withChangeStep(Double changeStep)
Set the changeStep value.
|
RampUpRule |
RampUpRule.withMaxReroutePercentage(Double maxReroutePercentage)
Set the maxReroutePercentage value.
|
RampUpRule |
RampUpRule.withMinReroutePercentage(Double minReroutePercentage)
Set the minReroutePercentage value.
|
RampUpRule |
RampUpRule.withName(String name)
Set the name value.
|
RampUpRule |
RampUpRule.withReroutePercentage(Double reroutePercentage)
Set the reroutePercentage value.
|
| Modifier and Type | Method and Description |
|---|---|
List<RampUpRule> |
Experiments.rampUpRules()
Get the rampUpRules value.
|
| Modifier and Type | Method and Description |
|---|---|
Experiments |
Experiments.withRampUpRules(List<RampUpRule> rampUpRules)
Set the rampUpRules value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/