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

Experiments 构造函数

定义

重载

Experiments()

初始化 Experiments 类的新实例。

Experiments(IList<RampUpRule>)

初始化 Experiments 类的新实例。

Experiments()

初始化 Experiments 类的新实例。

public Experiments ();
Public Sub New ()

适用于

Experiments(IList<RampUpRule>)

初始化 Experiments 类的新实例。

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)

参数

rampUpRules
IList<RampUpRule>

增加规则的列表。

适用于