TrafficManagerEndpoint.UpdateDefinitionStages.WithEndpointThreshold<ParentT> Interface

Type Parameters

ParentT

the return type of WithAttach#attach()

Implements

WithAttach<ParentT>

public static interface TrafficManagerEndpoint.UpdateDefinitionStages.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 WithAttach<ParentT> 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.UpdateDefinitionStages.WithAttach withMinimumEndpointsToEnableTraffic(int count)

Specifies the minimum number of endpoints to be online for the nested profile to be considered healthy.

Parameters:

count - the number of endpoints

Returns:

the next stage of the definition

Applies to