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[]