你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.