次の方法で共有


ConnectionMonitor コンストラクター

定義

オーバーロード

ConnectionMonitor()

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

ConnectionMonitor(String, IDictionary<String,String>, ConnectionMonitorSource, ConnectionMonitorDestination, Nullable<Boolean>, Nullable<Int32>, IList<ConnectionMonitorEndpoint>, IList<ConnectionMonitorTestConfiguration>, IList<ConnectionMonitorTestGroup>, IList<ConnectionMonitorOutput>, String)

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

ConnectionMonitor()

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

public ConnectionMonitor ();
Public Sub New ()

適用対象

ConnectionMonitor(String, IDictionary<String,String>, ConnectionMonitorSource, ConnectionMonitorDestination, Nullable<Boolean>, Nullable<Int32>, IList<ConnectionMonitorEndpoint>, IList<ConnectionMonitorTestConfiguration>, IList<ConnectionMonitorTestGroup>, IList<ConnectionMonitorOutput>, String)

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

public ConnectionMonitor (string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Network.Models.ConnectionMonitorSource source = default, Microsoft.Azure.Management.Network.Models.ConnectionMonitorDestination destination = default, bool? autoStart = default, int? monitoringIntervalInSeconds = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectionMonitorEndpoint> endpoints = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectionMonitorTestConfiguration> testConfigurations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectionMonitorTestGroup> testGroups = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectionMonitorOutput> outputs = default, string notes = default);
new Microsoft.Azure.Management.Network.Models.ConnectionMonitor : string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Network.Models.ConnectionMonitorSource * Microsoft.Azure.Management.Network.Models.ConnectionMonitorDestination * Nullable<bool> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectionMonitorEndpoint> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectionMonitorTestConfiguration> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectionMonitorTestGroup> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectionMonitorOutput> * string -> Microsoft.Azure.Management.Network.Models.ConnectionMonitor
Public Sub New (Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional source As ConnectionMonitorSource = Nothing, Optional destination As ConnectionMonitorDestination = Nothing, Optional autoStart As Nullable(Of Boolean) = Nothing, Optional monitoringIntervalInSeconds As Nullable(Of Integer) = Nothing, Optional endpoints As IList(Of ConnectionMonitorEndpoint) = Nothing, Optional testConfigurations As IList(Of ConnectionMonitorTestConfiguration) = Nothing, Optional testGroups As IList(Of ConnectionMonitorTestGroup) = Nothing, Optional outputs As IList(Of ConnectionMonitorOutput) = Nothing, Optional notes As String = Nothing)

パラメーター

location
String

接続モニターの場所。

tags
IDictionary<String,String>

接続モニター のタグ。

source
ConnectionMonitorSource

接続モニターのソースについて説明します。

destination
ConnectionMonitorDestination

接続モニターの宛先について説明します。

autoStart
Nullable<Boolean>

作成後に接続モニターが自動的に起動するかどうかを指定します。

monitoringIntervalInSeconds
Nullable<Int32>

監視間隔 (秒単位)。

endpoints
IList<ConnectionMonitorEndpoint>

接続モニター エンドポイントの一覧。

testConfigurations
IList<ConnectionMonitorTestConfiguration>

接続モニターのテスト構成の一覧。

testGroups
IList<ConnectionMonitorTestGroup>

接続モニターのテスト グループの一覧。

outputs
IList<ConnectionMonitorOutput>

接続モニター出力の一覧。

notes
String

接続モニターに関連付けるオプションのメモ。

適用対象