ConnectionMonitorEndpointOutput interface
Describes the connection monitor endpoint.
Properties
| address | Address of the connection monitor endpoint (IP or domain name). |
| coverage |
Test coverage for the endpoint. |
| filter | Filter for sub-items within the endpoint. |
| name | The name of the connection monitor endpoint. |
| resource |
Resource ID of the connection monitor endpoint. |
| scope | Endpoint scope. |
| type | The endpoint type. |
Property Details
address
Address of the connection monitor endpoint (IP or domain name).
address?: string
Property Value
string
coverageLevel
Test coverage for the endpoint.
coverageLevel?: "Default" | "Full" | "Low" | "BelowAverage" | "Average" | "AboveAverage"
Property Value
"Default" | "Full" | "Low" | "BelowAverage" | "Average" | "AboveAverage"
filter
Filter for sub-items within the endpoint.
filter?: ConnectionMonitorEndpointFilterOutput
Property Value
name
The name of the connection monitor endpoint.
name: string
Property Value
string
resourceId
Resource ID of the connection monitor endpoint.
resourceId?: string
Property Value
string
scope
Endpoint scope.
scope?: ConnectionMonitorEndpointScopeOutput
Property Value
type
The endpoint type.
type?: "AzureVM" | "AzureVMSS" | "AzureVNet" | "AzureSubnet" | "ExternalAddress" | "MMAWorkspaceMachine" | "MMAWorkspaceNetwork" | "AzureArcVM"
Property Value
"AzureVM" | "AzureVMSS" | "AzureVNet" | "AzureSubnet" | "ExternalAddress" | "MMAWorkspaceMachine" | "MMAWorkspaceNetwork" | "AzureArcVM"