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_accessible: Optional[bool] = None, **kwargs)
Parameters
- 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_accessible
- bool
Required
Whether it is possible to create a TCP connection from the App Service Environment to this IpAddress at this Port.
Feedback
Submit and view feedback for