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

Experiments Constructors

Definition

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