Interface TrafficManagerEndpoint.UpdateStages.WithNestedProfileConfig
- All Known Subinterfaces:
TrafficManagerEndpoint.UpdateNestedProfileEndpoint
- Enclosing interface:
- TrafficManagerEndpoint.UpdateStages
public static interface TrafficManagerEndpoint.UpdateStages.WithNestedProfileConfig
The stage of an nested profile endpoint update allowing to specify profile and
minimum child endpoint.
-
Method Summary
Modifier and TypeMethodDescriptiontoProfile
(TrafficManagerProfile nestedProfile) Specifies a nested traffic manager profile for the endpoint.withMinimumEndpointsToEnableTraffic
(int count) Specifies the minimum number of endpoints to be online for the nested profile to be considered healthy.
-
Method Details
-
toProfile
Specifies a nested traffic manager profile for the endpoint.- Parameters:
nestedProfile
- the nested traffic manager profile- Returns:
- the next stage of the update
-
withMinimumEndpointsToEnableTraffic
Specifies the minimum number of endpoints to be online for the nested profile to be considered healthy.- Parameters:
count
- number of endpoints- Returns:
- the next stage of the endpoint update
-