你当前正在访问 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.

Constructor

EndpointDependency(*args: Any, **kwargs: Any)

Variables

Name Description
domain_name
str

The domain name of the dependency.

endpoint_details

The IP Addresses and Ports used when connecting to DomainName.

Attributes

domain_name

The domain name of the dependency.

domain_name: str | None

endpoint_details

The IP Addresses and Ports used when connecting to DomainName.

endpoint_details: list['_models.EndpointDetail'] | None