Class Experiments
java.lang.Object
com.microsoft.azure.management.appservice.Experiments
Routing rules in production experiments.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet list of ramp-up rules.withRampUpRules
(List<RampUpRule> rampUpRules) Set list of ramp-up rules.
-
Constructor Details
-
Experiments
public Experiments()
-
-
Method Details
-
rampUpRules
Get list of ramp-up rules.- Returns:
- the rampUpRules value
-
withRampUpRules
Set list of ramp-up rules.- Parameters:
rampUpRules
- the rampUpRules value to set- Returns:
- the Experiments object itself.
-