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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java