Experiments Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Experiments() | |
Experiments(IList<RampUpRule>) |
Experiments()
public Experiments ();
Public Sub New ()
Applies to
Experiments(IList<RampUpRule>)
public Experiments (System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.RampUpRule> rampUpRules = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Experiments : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.RampUpRule> -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Experiments
Public Sub New (Optional rampUpRules As IList(Of RampUpRule) = Nothing)
Parameters
- rampUpRules
- IList<RampUpRule>