EndpointDependency Class

A domain name that a service is reached at, including details of the current connection status.

Inheritance
EndpointDependency

Constructor

EndpointDependency(*, domain_name: Optional[str] = None, endpoint_details: Optional[List[azure.mgmt.web.v2018_02_01.models._models_py3.EndpointDetail]] = None, **kwargs)

Parameters

domain_name
str
Required

The domain name of the dependency.

endpoint_details
list[EndpointDetail]
Required

The IP Addresses and Ports used when connecting to DomainName.