TrafficManagerEndpoint Interface
public interface TrafficManagerEndpoint extends ExternalChildResource<TrafficManagerEndpoint, TrafficManagerProfile>,HasInner
An immutable client-side representation of an Azure traffic manager profile endpoint.
Method Summary
Modifier and Type | Method and Description |
---|---|
Endpoint |
endpointType() |
Set<String> | geographicLocationCodes() |
boolean | isEnabled() |
Endpoint |
monitorStatus() |
long | routingPriority() |
long | routingWeight() |
Inherited Members
ExternalChildResource<FluentModelT,ParentT>.id()
HasInner<T>.inner()
Indexable.key()
HasName.name()
HasParent<ParentT>.parent()
Refreshable<T>.refresh()
Refreshable<T>.refreshAsync()
Method Details
endpointType
public EndpointType endpointType()
Returns:
the endpoint type
geographicLocationCodes
public Set
Returns:
the geographic location codes indicating the locations to which traffic will be distributed.
isEnabled
public boolean isEnabled()
Returns:
true if the endpoint is enabled, false otherwise
monitorStatus
public EndpointMonitorStatus monitorStatus()
Returns:
the monitor status of the endpoint
routingPriority
public long routingPriority()
Returns:
the priority of the endpoint which is used when traffic manager profile is configured with Priority traffic-routing method
routingWeight
public long routingWeight()
Returns:
the weight of the endpoint which is used when traffic manager profile is configured with Weighted traffic-routing method
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java