EndpointDetail interface

Current TCP connectivity information from the App Service Environment to a single endpoint.

Properties

ipAddress

An IP Address that Domain Name currently resolves to.

isAccessible

Whether it is possible to create a TCP connection from the App Service Environment to this IpAddress at this Port.

latency

The time in milliseconds it takes for a TCP connection to be created from the App Service Environment to this IpAddress at this Port.

port

The port an endpoint is connected to.

Property Details

ipAddress

An IP Address that Domain Name currently resolves to.

ipAddress?: string

Property Value

string

isAccessible

Whether it is possible to create a TCP connection from the App Service Environment to this IpAddress at this Port.

isAccessible?: boolean

Property Value

boolean

latency

The time in milliseconds it takes for a TCP connection to be created from the App Service Environment to this IpAddress at this Port.

latency?: number

Property Value

number

port

The port an endpoint is connected to.

port?: number

Property Value

number