次の方法で共有


ConnectionMonitorEndpoint コンストラクター

定義

オーバーロード

ConnectionMonitorEndpoint()

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

ConnectionMonitorEndpoint(String, String, String, String, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointScope, String)

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

ConnectionMonitorEndpoint()

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

public ConnectionMonitorEndpoint ();
Public Sub New ()

適用対象

ConnectionMonitorEndpoint(String, String, String, String, ConnectionMonitorEndpointFilter, ConnectionMonitorEndpointScope, String)

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

public ConnectionMonitorEndpoint (string name, string type = default, string resourceId = default, string address = default, Microsoft.Azure.Management.Network.Models.ConnectionMonitorEndpointFilter filter = default, Microsoft.Azure.Management.Network.Models.ConnectionMonitorEndpointScope scope = default, string coverageLevel = default);
new Microsoft.Azure.Management.Network.Models.ConnectionMonitorEndpoint : string * string * string * string * Microsoft.Azure.Management.Network.Models.ConnectionMonitorEndpointFilter * Microsoft.Azure.Management.Network.Models.ConnectionMonitorEndpointScope * string -> Microsoft.Azure.Management.Network.Models.ConnectionMonitorEndpoint
Public Sub New (name As String, Optional type As String = Nothing, Optional resourceId As String = Nothing, Optional address As String = Nothing, Optional filter As ConnectionMonitorEndpointFilter = Nothing, Optional scope As ConnectionMonitorEndpointScope = Nothing, Optional coverageLevel As String = Nothing)

パラメーター

name
String

接続モニター エンドポイントの名前。

type
String

エンドポイントの種類。 使用できる値は、'AzureVM'、'AzureVNet'、'AzureSubnet'、'ExternalAddress'、'MMAWorkspaceMachine'、'MMAWorkspaceNetwork'、'AzureArcVM'、'AzureVMSS' です。

resourceId
String

接続モニター エンドポイントのリソース ID。

address
String

接続モニター エンドポイントのアドレス (IP またはドメイン名)。

filter
ConnectionMonitorEndpointFilter

エンドポイント内のサブアイテムをフィルター処理します。

scope
ConnectionMonitorEndpointScope

エンドポイント スコープ。

coverageLevel
String

エンドポイントのカバレッジをテストします。 使用できる値は、'Default'、'Low'、'BelowAverage'、'Average'、'AboveAverage'、'Full' です。

適用対象