Interface TrafficManagerExternalEndpoint
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<TrafficManagerProfile>,com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource<TrafficManagerEndpoint,TrafficManagerProfile>,com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.trafficmanager.implementation.EndpointInner>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName,com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<TrafficManagerProfile>,com.microsoft.azure.management.resources.fluentcore.model.Indexable,com.microsoft.azure.management.resources.fluentcore.model.Refreshable<TrafficManagerEndpoint>,TrafficManagerEndpoint
public interface TrafficManagerExternalEndpoint extends TrafficManagerEndpoint
An immutable client-side representation of an Azure traffic manager profile external endpoint.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint
TrafficManagerEndpoint.Definition<ParentT>, TrafficManagerEndpoint.DefinitionStages, TrafficManagerEndpoint.Update, TrafficManagerEndpoint.UpdateAzureEndpoint, TrafficManagerEndpoint.UpdateDefinition<ParentT>, TrafficManagerEndpoint.UpdateDefinitionStages, TrafficManagerEndpoint.UpdateExternalEndpoint, TrafficManagerEndpoint.UpdateNestedProfileEndpoint, TrafficManagerEndpoint.UpdateStages
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringfqdn()com.microsoft.azure.management.resources.fluentcore.arm.RegionsourceTrafficLocation()-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource
id
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent
parent
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Methods inherited from interface com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint
customHeaders, endpointType, geographicLocationCodes, isEnabled, monitorStatus, routingPriority, routingWeight, subnets
-
-
-
-
Method Detail
-
fqdn
String fqdn()
- Returns:
- the fully qualified DNS name of the external endpoint
-
sourceTrafficLocation
com.microsoft.azure.management.resources.fluentcore.arm.Region sourceTrafficLocation()
- Returns:
- the location of the traffic that the endpoint handles
-
-