Interface TrafficManagerExternalEndpoint
- All Superinterfaces:
ChildResource<TrafficManagerProfile>, ExternalChildResource<TrafficManagerEndpoint, TrafficManagerProfile>, HasInnerModel<EndpointInner>, HasName, HasParent<TrafficManagerProfile>, Indexable, Refreshable<TrafficManagerEndpoint>, TrafficManagerEndpoint
An immutable client-side representation of an Azure traffic manager profile external endpoint.
-
Nested Class Summary
Nested classes/interfaces inherited from interface TrafficManagerEndpoint
TrafficManagerEndpoint.Definition<ParentT>, TrafficManagerEndpoint.DefinitionStages, TrafficManagerEndpoint.Update, TrafficManagerEndpoint.UpdateAzureEndpoint, TrafficManagerEndpoint.UpdateDefinition<ParentT>, TrafficManagerEndpoint.UpdateDefinitionStages, TrafficManagerEndpoint.UpdateExternalEndpoint, TrafficManagerEndpoint.UpdateNestedProfileEndpoint, TrafficManagerEndpoint.UpdateStages -
Method Summary
Modifier and TypeMethodDescriptionfqdn()Gets the fully qualified DNS name of the external endpoint.com.azure.core.management.RegionGets the location of the traffic that the endpoint handles.Methods inherited from interface ExternalChildResource
idMethods inherited from interface HasInnerModel
innerModelMethods inherited from interface Refreshable
refresh, refreshAsyncMethods inherited from interface TrafficManagerEndpoint
customHeaders, endpointType, geographicLocationCodes, isEnabled, monitorStatus, routingPriority, routingWeight, subnets
-
Method Details
-
fqdn
String fqdn()Gets the fully qualified DNS name of the external endpoint.- Returns:
- the fully qualified DNS name of the external endpoint
-
sourceTrafficLocation
com.azure.core.management.Region sourceTrafficLocation()Gets the location of the traffic that the endpoint handles.- Returns:
- the location of the traffic that the endpoint handles
-