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.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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET