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() |
abstract String | nestedProfileId() |
abstract Region | sourceTrafficLocation() |
Method Details
minimumChildEndpointCount
public abstract long minimumChildEndpointCount()
Returns:
the number of child endpoints to be online to consider nested profile as healthy
nestedProfileId
public abstract String nestedProfileId()
Returns:
the nested traffic manager profile resource id
sourceTrafficLocation
public abstract Region sourceTrafficLocation()
Returns:
the location of the traffic that the endpoint handles
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java