Experiments Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. Experiments
- com.
Implements
public final class Experiments
implements JsonSerializable<Experiments>
Routing rules in production experiments.
Constructor Summary
Constructor | Description |
---|---|
Experiments() |
Creates an instance of Experiments class. |
Method Summary
Modifier and Type | Method and Description |
---|---|
static Experiments |
fromJson(JsonReader jsonReader)
Reads an instance of Experiments from the Json |
List<Ramp |
rampUpRules()
Get the ramp |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Experiments |
withRampUpRules(List<RampUpRule> rampUpRules)
Set the ramp |
Methods inherited from java.lang.Object
Constructor Details
Experiments
public Experiments()
Creates an instance of Experiments class.
Method Details
fromJson
public static Experiments fromJson(JsonReader jsonReader)
Reads an instance of Experiments from the JsonReader.
Parameters:
Returns:
Throws:
rampUpRules
public List
Get the rampUpRules property: List of ramp-up rules.
Returns:
toJson
validate
public void validate()
Validates the instance.
withRampUpRules
public Experiments withRampUpRules(List
Set the rampUpRules property: List of ramp-up rules.
Parameters:
Returns:
Applies to
Azure SDK for Java