Class Experiments

java.lang.Object
com.azure.resourcemanager.appservice.models.Experiments

public final class Experiments extends Object
Routing rules in production experiments.
  • Constructor Details

    • Experiments

      public Experiments()
  • Method Details

    • 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.