EndpointDetail Class
Current TCP connectivity information from the App Service Environment to a single endpoint.
- Inheritance
-
azure.mgmt.web._serialization.ModelEndpointDetail
Constructor
EndpointDetail(*, ip_address: str | None = None, port: int | None = None, latency: float | None = None, is_accessible: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
ip_address
|
An IP Address that Domain Name currently resolves to. |
port
|
The port an endpoint is connected to. |
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. |
is_accessible
|
Whether it is possible to create a TCP connection from the App Service Environment to this IpAddress at this Port. |
Variables
Name | Description |
---|---|
ip_address
|
An IP Address that Domain Name currently resolves to. |
port
|
The port an endpoint is connected to. |
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. |
is_accessible
|
Whether it is possible to create a TCP connection from the App Service Environment to this IpAddress at this Port. |
Azure SDK for Python