TrafficManagerExternalEndpoint Interface
Implements
public interface TrafficManagerExternalEndpoint
extends TrafficManagerEndpoint
An immutable client-side representation of an Azure traffic manager profile external endpoint.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
fqdn()
Gets the fully qualified DNS name of the external endpoint. |
abstract Region |
sourceTrafficLocation()
Gets the location of the traffic that the endpoint handles. |
Method Details
fqdn
public abstract String fqdn()
Gets the fully qualified DNS name of the external endpoint.
Returns:
the fully qualified DNS name of the external endpoint
sourceTrafficLocation
public abstract Region sourceTrafficLocation()
Gets the location of the traffic that the endpoint handles.
Returns:
the location of the traffic that the endpoint handles
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java