次の方法で共有


ConnectionMonitorEndpointScope コンストラクター

定義

オーバーロード

ConnectionMonitorEndpointScope()

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

ConnectionMonitorEndpointScope(IList<ConnectionMonitorEndpointScopeItem>, IList<ConnectionMonitorEndpointScopeItem>)

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

ConnectionMonitorEndpointScope()

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

public ConnectionMonitorEndpointScope ();
Public Sub New ()

適用対象

ConnectionMonitorEndpointScope(IList<ConnectionMonitorEndpointScopeItem>, IList<ConnectionMonitorEndpointScopeItem>)

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

public ConnectionMonitorEndpointScope (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectionMonitorEndpointScopeItem> include = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectionMonitorEndpointScopeItem> exclude = default);
new Microsoft.Azure.Management.Network.Models.ConnectionMonitorEndpointScope : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectionMonitorEndpointScopeItem> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectionMonitorEndpointScopeItem> -> Microsoft.Azure.Management.Network.Models.ConnectionMonitorEndpointScope
Public Sub New (Optional include As IList(Of ConnectionMonitorEndpointScopeItem) = Nothing, Optional exclude As IList(Of ConnectionMonitorEndpointScopeItem) = Nothing)

パラメーター

include
IList<ConnectionMonitorEndpointScopeItem>

エンドポイント スコープに含める必要がある項目の一覧。

exclude
IList<ConnectionMonitorEndpointScopeItem>

エンドポイント スコープから除外する必要がある項目の一覧。

適用対象