你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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. |