Class Experiments
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.Experiments
-
public final 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 the rampUpRules property: List of ramp-up rules.voidvalidate()Validates the instance.ExperimentswithRampUpRules(List<RampUpRule> rampUpRules)Set the rampUpRules property: List of ramp-up rules.
-
-
-
Method Detail
-
rampUpRules
public List<RampUpRule> rampUpRules()
Get the rampUpRules property: List of ramp-up rules.- Returns:
- the rampUpRules value.
-
withRampUpRules
public Experiments withRampUpRules(List<RampUpRule> rampUpRules)
Set the rampUpRules property: List of ramp-up rules.- Parameters:
rampUpRules- the rampUpRules value to set.- Returns:
- the Experiments object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-