TrafficManagerEndpoint.UpdateStages.WithNestedProfileConfig Interface
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 Type | Method and Description |
---|---|
abstract
Update |
toProfile(TrafficManagerProfile nestedProfile)
Specifies a nested traffic manager profile for the endpoint. |
abstract
Update |
withMinimumEndpointsToEnableTraffic(int count)
Specifies the minimum number of endpoints to be online for the nested profile to be considered healthy. |
Method Details
toProfile
public abstract TrafficManagerEndpoint.UpdateNestedProfileEndpoint toProfile(TrafficManagerProfile nestedProfile)
Specifies a nested traffic manager profile for the endpoint.
Parameters:
Returns:
withMinimumEndpointsToEnableTraffic
public abstract TrafficManagerEndpoint.UpdateNestedProfileEndpoint withMinimumEndpointsToEnableTraffic(int count)
Specifies the minimum number of endpoints to be online for the nested profile to be considered healthy.
Parameters:
Returns:
Applies to
Azure SDK for Java