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
EndpointType endpointType()
Set<String> geographicLocationCodes()
boolean isEnabled()
EndpointMonitorStatus monitorStatus()
long routingPriority()
long routingWeight()

Inherited Members

Method Details

endpointType

public EndpointType endpointType()

Returns:

the endpoint type

geographicLocationCodes

public Set geographicLocationCodes()

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