Package version:

Interface EndpointDependency

A domain name that the managed instance service needs to communicate with, along with additional details.

Hierarchy

  • EndpointDependency

Properties

domainName?: string

The domain name of the dependency. NOTE: This property will not be serialized. It can only be populated by the server.

endpointDetails?: EndpointDetail[]

The IP Addresses and Ports used when connecting to DomainName. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc