ConnectionMonitorEndpoint interface

Describes the connection monitor endpoint.

Properties

address

Address of the connection monitor endpoint. Supported for AzureVM, ExternalAddress, ArcMachine, MMAWorkspaceMachine endpoint type.

coverageLevel

Test coverage for the endpoint.

filter

Filter field is getting deprecated and should not be used. Instead use Include/Exclude scope fields for it.

locationDetails

Location details is optional and only being used for 'AzureArcNetwork' type endpoints, which contains region details.

name

The name of the connection monitor endpoint.

resourceId

Resource ID of the connection monitor endpoint are supported for AzureVM, AzureVMSS, AzureVNet, AzureSubnet, MMAWorkspaceMachine, MMAWorkspaceNetwork, AzureArcVM endpoint type.

scope

Endpoint scope defines which target resource to monitor in case of compound resource endpoints like VMSS, AzureSubnet, AzureVNet, MMAWorkspaceNetwork, AzureArcNetwork.

subscriptionId

Subscription ID for connection monitor endpoint. It's an optional parameter which is being used for 'AzureArcNetwork' type endpoint.

type

The endpoint type.

Property Details

address

Address of the connection monitor endpoint. Supported for AzureVM, ExternalAddress, ArcMachine, MMAWorkspaceMachine endpoint type.

address?: string

Property Value

string

coverageLevel

Test coverage for the endpoint.

coverageLevel?: string

Property Value

string

filter

Filter field is getting deprecated and should not be used. Instead use Include/Exclude scope fields for it.

filter?: ConnectionMonitorEndpointFilter

Property Value

locationDetails

Location details is optional and only being used for 'AzureArcNetwork' type endpoints, which contains region details.

locationDetails?: ConnectionMonitorEndpointLocationDetails

Property Value

name

The name of the connection monitor endpoint.

name: string

Property Value

string

resourceId

Resource ID of the connection monitor endpoint are supported for AzureVM, AzureVMSS, AzureVNet, AzureSubnet, MMAWorkspaceMachine, MMAWorkspaceNetwork, AzureArcVM endpoint type.

resourceId?: string

Property Value

string

scope

Endpoint scope defines which target resource to monitor in case of compound resource endpoints like VMSS, AzureSubnet, AzureVNet, MMAWorkspaceNetwork, AzureArcNetwork.

scope?: ConnectionMonitorEndpointScope

Property Value

subscriptionId

Subscription ID for connection monitor endpoint. It's an optional parameter which is being used for 'AzureArcNetwork' type endpoint.

subscriptionId?: string

Property Value

string

type

The endpoint type.

type?: string

Property Value

string