Class Experiments
- java.lang.Object
-
- com.microsoft.azure.management.appservice.Experiments
-
public class Experiments extends Object
Routing rules in production experiments.
-
-
Constructor Summary
Constructors Constructor Description Experiments()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RampUpRule>rampUpRules()Get list of ramp-up rules.ExperimentswithRampUpRules(List<RampUpRule> rampUpRules)Set list of ramp-up rules.
-
-
-
Method Detail
-
rampUpRules
public List<RampUpRule> rampUpRules()
Get list of ramp-up rules.- Returns:
- the rampUpRules value
-
withRampUpRules
public Experiments withRampUpRules(List<RampUpRule> rampUpRules)
Set list of ramp-up rules.- Parameters:
rampUpRules- the rampUpRules value to set- Returns:
- the Experiments object itself.
-
-