ConnectionMonitorTestGroup コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
接続モニターのテスト グループの名前。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET