次の方法で共有


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>

ランプアップ ルールの一覧。

適用対象