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. NOTE: This property will not be serialized. It can only be populated by the server.

endpointDetails

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.

Property Details

domainName

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

domainName?: string

Property Value

string

endpointDetails

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.

endpointDetails?: EndpointDetail[]

Property Value