ConnectionMonitorEndpoint コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 またはドメイン名)。
エンドポイント内のサブアイテムをフィルター処理します。
エンドポイント スコープ。
- coverageLevel
- String
エンドポイントのカバレッジをテストします。 使用できる値は、'Default'、'Low'、'BelowAverage'、'Average'、'AboveAverage'、'Full' です。
適用対象
Azure SDK for .NET