你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EndpointDependency interface
A domain name and connection details used to access a dependency.
Properties
description | Human-readable supplemental information about the dependency and when it is applicable. NOTE: This property will not be serialized. It can only be populated by the server. |
domain |
The domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard. NOTE: This property will not be serialized. It can only be populated by the server. |
endpoint |
The list of connection details for this endpoint. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
description
Human-readable supplemental information about the dependency and when it is applicable. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
domainName
The domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard. NOTE: This property will not be serialized. It can only be populated by the server.
domainName?: string
Property Value
string
endpointDetails
The list of connection details for this endpoint. NOTE: This property will not be serialized. It can only be populated by the server.
endpointDetails?: EndpointDetail[]