Experiments Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.Experiments

public class Experiments

Routing rules in production experiments.

Method Summary

Modifier and Type Method and Description
List<RampUpRule> rampUpRules()

Get the rampUpRules value.

Experiments withRampUpRules(List<RampUpRule> rampUpRules)

Set the rampUpRules value.

Method Details

rampUpRules

public List rampUpRules()

Get the rampUpRules value.

Returns:

the rampUpRules value

withRampUpRules

public Experiments withRampUpRules(List rampUpRules)

Set the rampUpRules value.

Parameters:

rampUpRules - the rampUpRules value to set

Returns:

the Experiments object itself.

Applies to