共用方式為


ConnectionMonitorEndpoint Constructors

Definition

Overloads

ConnectionMonitorEndpoint()

Initializes a new instance of the ConnectionMonitorEndpoint class.

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

Initializes a new instance of the ConnectionMonitorEndpoint class.

ConnectionMonitorEndpoint()

Initializes a new instance of the ConnectionMonitorEndpoint class.

public ConnectionMonitorEndpoint ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ConnectionMonitorEndpoint class.

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)

Parameters

name
String

The name of the connection monitor endpoint.

type
String

The endpoint type. Possible values include: 'AzureVM', 'AzureVNet', 'AzureSubnet', 'ExternalAddress', 'MMAWorkspaceMachine', 'MMAWorkspaceNetwork', 'AzureArcVM', 'AzureVMSS'

resourceId
String

Resource ID of the connection monitor endpoint.

address
String

Address of the connection monitor endpoint (IP or domain name).

filter
ConnectionMonitorEndpointFilter

Filter for sub-items within the endpoint.

scope
ConnectionMonitorEndpointScope

Endpoint scope.

coverageLevel
String

Test coverage for the endpoint. Possible values include: 'Default', 'Low', 'BelowAverage', 'Average', 'AboveAverage', 'Full'

Applies to