次の方法で共有


ConnectionMonitorTestGroup コンストラクター

定義

オーバーロード

ConnectionMonitorTestGroup()

ConnectionMonitorTestGroup クラスの新しいインスタンスを初期化します。

ConnectionMonitorTestGroup(String, IList<String>, IList<String>, IList<String>, Nullable<Boolean>)

ConnectionMonitorTestGroup クラスの新しいインスタンスを初期化します。

ConnectionMonitorTestGroup()

ConnectionMonitorTestGroup クラスの新しいインスタンスを初期化します。

public ConnectionMonitorTestGroup ();
Public Sub New ()

適用対象

ConnectionMonitorTestGroup(String, IList<String>, IList<String>, IList<String>, Nullable<Boolean>)

ConnectionMonitorTestGroup クラスの新しいインスタンスを初期化します。

public ConnectionMonitorTestGroup (string name, System.Collections.Generic.IList<string> testConfigurations, System.Collections.Generic.IList<string> sources, System.Collections.Generic.IList<string> destinations, bool? disable = default);
new Microsoft.Azure.Management.Network.Models.ConnectionMonitorTestGroup : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Nullable<bool> -> Microsoft.Azure.Management.Network.Models.ConnectionMonitorTestGroup
Public Sub New (name As String, testConfigurations As IList(Of String), sources As IList(Of String), destinations As IList(Of String), Optional disable As Nullable(Of Boolean) = Nothing)

パラメーター

name
String

接続モニターのテスト グループの名前。

testConfigurations
IList<String>

テスト構成名の一覧。

sources
IList<String>

ソース エンドポイント名の一覧。

destinations
IList<String>

宛先エンドポイント名の一覧。

disable
Nullable<Boolean>

テスト グループが無効かどうかを示す値。

適用対象