EndpointDetail Class

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

Inheritance
EndpointDetail

Constructor

EndpointDetail(*, ip_address: Optional[str] = None, port: Optional[int] = None, latency: Optional[float] = None, is_accessable: Optional[bool] = None, **kwargs)

Parameters

ip_address
str
Required

An IP Address that Domain Name currently resolves to.

port
int
Required

The port an endpoint is connected to.

latency
float
Required

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

is_accessable
bool
Required

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