Experiments Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. Experiments
- com.
public class Experiments
Routing rules in production experiments.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Ramp |
rampUpRules()
Get the rampUpRules value. |
Experiments |
withRampUpRules(List<RampUpRule> rampUpRules)
Set the rampUpRules value. |
Method Details
rampUpRules
public List
Get the rampUpRules value.
Returns:
the rampUpRules value
withRampUpRules
public Experiments withRampUpRules(List
Set the rampUpRules value.
Parameters:
rampUpRules
- the rampUpRules value to set
Returns:
the Experiments object itself.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java