你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EndpointDependency Class
A domain name that a service is reached at, including details of the current connection status.
- Inheritance
-
azure.mgmt.web._serialization.ModelEndpointDependency
Constructor
EndpointDependency(*, domain_name: str | None = None, endpoint_details: List[_models.EndpointDetail] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
domain_name
|
The domain name of the dependency. |
endpoint_details
|
The IP Addresses and Ports used when connecting to DomainName. |
Variables
Name | Description |
---|---|
domain_name
|
The domain name of the dependency. |
endpoint_details
|
The IP Addresses and Ports used when connecting to DomainName. |