TrafficManagerEndpoint.DefinitionStages.WithEndpointThreshold<ParentT> Interface
Type Parameters
- ParentT
the return type of WithAttach#attach()
Implements
public static interface TrafficManagerEndpoint.DefinitionStages.WithEndpointThreshold
extends WithAttach<ParentT>
The stage of the nested traffic manager profile endpoint definition allowing to specify the minimum endpoints to be online in the nested profile to consider it as not degraded.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withMinimumEndpointsToEnableTraffic(int count)
Specifies the minimum number of endpoints to be online for the nested profile to be considered healthy. |
Method Details
withMinimumEndpointsToEnableTraffic
public abstract TrafficManagerEndpoint.DefinitionStages.WithAttach
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