TrafficManagerNestedProfileEndpoint Interface
Implements
public interface TrafficManagerNestedProfileEndpoint
extends TrafficManagerEndpoint
An immutable client-side representation of an Azure traffic manager profile nested profile endpoint.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract long |
minimumChildEndpointCount()
Gets the number of child endpoints to be online to consider nested profile as healthy. |
abstract String |
nestedProfileId()
Gets the nested traffic manager profile resource id. |
abstract Region |
sourceTrafficLocation()
Gets the location of the traffic that the endpoint handles. |
Method Details
minimumChildEndpointCount
public abstract long minimumChildEndpointCount()
Gets the number of child endpoints to be online to consider nested profile as healthy.
Returns:
nestedProfileId
public abstract String nestedProfileId()
Gets the nested traffic manager profile resource id.
Returns:
sourceTrafficLocation
public abstract Region sourceTrafficLocation()
Gets the location of the traffic that the endpoint handles.
Returns:
Applies to
Azure SDK for Java