Interface TrafficManagerEndpoint.UpdateStages.WithNestedProfileConfig
-
- All Known Subinterfaces:
TrafficManagerEndpoint.UpdateNestedProfileEndpoint
- Enclosing interface:
- TrafficManagerEndpoint.UpdateStages
public static interface TrafficManagerEndpoint.UpdateStages.WithNestedProfileConfigThe stage of an nested profile endpoint update allowing to specify profile and minimum child endpoint.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrafficManagerEndpoint.UpdateNestedProfileEndpointtoProfile(TrafficManagerProfile nestedProfile)Specifies a nested traffic manager profile for the endpoint.TrafficManagerEndpoint.UpdateNestedProfileEndpointwithMinimumEndpointsToEnableTraffic(int count)Specifies the minimum number of endpoints to be online for the nested profile to be considered healthy.
-
-
-
Method Detail
-
toProfile
TrafficManagerEndpoint.UpdateNestedProfileEndpoint toProfile(TrafficManagerProfile nestedProfile)
Specifies a nested traffic manager profile for the endpoint.- Parameters:
nestedProfile- the nested traffic manager profile- Returns:
- the next stage of the update
-
withMinimumEndpointsToEnableTraffic
TrafficManagerEndpoint.UpdateNestedProfileEndpoint withMinimumEndpointsToEnableTraffic(int count)
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
-
-