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() |
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.AppService.Fluent.Models.RampUpRule> rampUpRules = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.Experiments : System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.RampUpRule> -> Microsoft.Azure.Management.AppService.Fluent.Models.Experiments
Public Sub New (Optional rampUpRules As IList(Of RampUpRule) = Nothing)
Parameters
- rampUpRules
- IList<RampUpRule>
List of ramp-up rules.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET