Interface TrafficManagerNestedProfileEndpoint
- All Superinterfaces:
ChildResource<TrafficManagerProfile>, ExternalChildResource<TrafficManagerEndpoint, TrafficManagerProfile>, HasInnerModel<EndpointInner>, HasName, HasParent<TrafficManagerProfile>, Indexable, Refreshable<TrafficManagerEndpoint>, TrafficManagerEndpoint
An immutable client-side representation of an Azure traffic manager profile nested profile endpoint.
-
Nested Class Summary
Nested classes/interfaces inherited from interface TrafficManagerEndpoint
TrafficManagerEndpoint.Definition<ParentT>, TrafficManagerEndpoint.DefinitionStages, TrafficManagerEndpoint.Update, TrafficManagerEndpoint.UpdateAzureEndpoint, TrafficManagerEndpoint.UpdateDefinition<ParentT>, TrafficManagerEndpoint.UpdateDefinitionStages, TrafficManagerEndpoint.UpdateExternalEndpoint, TrafficManagerEndpoint.UpdateNestedProfileEndpoint, TrafficManagerEndpoint.UpdateStages -
Method Summary
Modifier and TypeMethodDescriptionlongGets the number of child endpoints to be online to consider nested profile as healthy.Gets the nested traffic manager profile resource id.com.azure.core.management.RegionGets the location of the traffic that the endpoint handles.Methods inherited from interface ExternalChildResource
idMethods inherited from interface HasInnerModel
innerModelMethods inherited from interface Refreshable
refresh, refreshAsyncMethods inherited from interface TrafficManagerEndpoint
customHeaders, endpointType, geographicLocationCodes, isEnabled, monitorStatus, routingPriority, routingWeight, subnets
-
Method Details
-
nestedProfileId
String nestedProfileId()Gets the nested traffic manager profile resource id.- Returns:
- the nested traffic manager profile resource id
-
minimumChildEndpointCount
long minimumChildEndpointCount()Gets the number of child endpoints to be online to consider nested profile as healthy.- Returns:
- the number of child endpoints to be online to consider nested profile as healthy
-
sourceTrafficLocation
com.azure.core.management.Region sourceTrafficLocation()Gets the location of the traffic that the endpoint handles.- Returns:
- the location of the traffic that the endpoint handles
-