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() |
abstract Region | sourceTrafficLocation() |
Method Details
fqdn
public abstract String fqdn()
Returns:
the fully qualified DNS name of the external endpoint
sourceTrafficLocation
public abstract Region sourceTrafficLocation()
Returns:
the location of the traffic that the endpoint handles
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java