Share via


EndpointDependency Class

Definition

A domain name and connection details used to access a dependency.

public class EndpointDependency
type EndpointDependency = class
Public Class EndpointDependency
Inheritance
EndpointDependency

Constructors

EndpointDependency()

Initializes a new instance of the EndpointDependency class.

EndpointDependency(String, String, IList<EndpointDetail>)

Initializes a new instance of the EndpointDependency class.

Properties

Description

Gets human-readable supplemental information about the dependency and when it is applicable.

DomainName

Gets the domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard.

EndpointDetails

Gets the list of connection details for this endpoint.

Applies to