Share via


Experiments Constructors

Definition

Overloads

Experiments()

Initializes a new instance of the Experiments class.

Experiments(IList<RampUpRule>)

Initializes a new instance of the Experiments class.

Experiments()

Initializes a new instance of the Experiments class.

public Experiments ();
Public Sub New ()

Applies to

Experiments(IList<RampUpRule>)

Initializes a new instance of the Experiments class.

public Experiments (System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.RampUpRule> rampUpRules = default);
new Microsoft.Azure.Management.WebSites.Models.Experiments : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.RampUpRule> -> Microsoft.Azure.Management.WebSites.Models.Experiments
Public Sub New (Optional rampUpRules As IList(Of RampUpRule) = Nothing)

Parameters

rampUpRules
IList<RampUpRule>

List of ramp-up rules.

Applies to