次の方法で共有


ConnectionMonitorParameters コンストラクター

定義

オーバーロード

ConnectionMonitorParameters()

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

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

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

ConnectionMonitorParameters()

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

public ConnectionMonitorParameters ();
Public Sub New ()

適用対象

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

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

public ConnectionMonitorParameters (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.ConnectionMonitorParameters : 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.ConnectionMonitorParameters
Public Sub New (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)

パラメーター

source
ConnectionMonitorSource

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

destination
ConnectionMonitorDestination

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

autoStart
Nullable<Boolean>

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

monitoringIntervalInSeconds
Nullable<Int32>

監視間隔 (秒単位)。

endpoints
IList<ConnectionMonitorEndpoint>

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

testConfigurations
IList<ConnectionMonitorTestConfiguration>

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

testGroups
IList<ConnectionMonitorTestGroup>

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

outputs
IList<ConnectionMonitorOutput>

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

notes
String

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

適用対象