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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java