EndpointDependency interface

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

Properties

domainName

The domain name of the dependency.

endpointDetails

The IP Addresses and Ports used when connecting to DomainName.

Property Details

domainName

The domain name of the dependency.

domainName?: string

Property Value

string

endpointDetails

The IP Addresses and Ports used when connecting to DomainName.

endpointDetails?: EndpointDetail[]

Property Value