TrafficManagerEndpoint Interface
Implements
public interface TrafficManagerEndpoint
extends ExternalChildResource<TrafficManagerEndpoint,TrafficManagerProfile>, HasInnerModel<EndpointInner>
An immutable client-side representation of an Azure traffic manager profile endpoint.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Map<String,String> |
customHeaders()
Gets custom headers associated with the endpoint as key-value pair. |
abstract
Endpoint |
endpointType()
Gets the endpoint type. |
abstract Set<String> |
geographicLocationCodes()
Gets the geographic location codes indicating the locations to which traffic will be distributed. |
abstract boolean |
isEnabled()
Checks whether the endpoint is enabled. |
abstract
Endpoint |
monitorStatus()
Gets the monitor status of the endpoint. |
abstract long |
routingPriority()
Gets the priority of the endpoint which is used when traffic manager profile is configured. |
abstract long |
routingWeight()
Gets the weight of the endpoint which is used when traffic manager profile is configured. |
abstract
Collection<Endpoint |
subnets()
gets the list of subnets, IP addresses, and/or address ranges mapped to this endpoint. |
Method Details
customHeaders
public abstract Map
Gets custom headers associated with the endpoint as key-value pair.
Returns:
endpointType
public abstract EndpointType endpointType()
Gets the endpoint type.
Returns:
geographicLocationCodes
public abstract Set
Gets the geographic location codes indicating the locations to which traffic will be distributed.
Returns:
isEnabled
public abstract boolean isEnabled()
Checks whether the endpoint is enabled.
Returns:
monitorStatus
public abstract EndpointMonitorStatus monitorStatus()
Gets the monitor status of the endpoint.
Returns:
routingPriority
public abstract long routingPriority()
Gets the priority of the endpoint which is used when traffic manager profile is configured.
Returns:
routingWeight
public abstract long routingWeight()
Gets the weight of the endpoint which is used when traffic manager profile is configured.
Returns:
subnets
public abstract Collection
gets the list of subnets, IP addresses, and/or address ranges mapped to this endpoint.
Returns:
Applies to
Azure SDK for Java