你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Experiments Constructors

Definition

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>

Applies to