Interface TrafficManagerEndpoint.DefinitionStages.WithEndpointThreshold<ParentT>

Type Parameters:
ParentT - the return type of Attachable.InDefinition.attach()
All Superinterfaces:
Attachable.InDefinition<ParentT>, TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT>, TrafficManagerEndpoint.DefinitionStages.WithCustomHeader<ParentT>, TrafficManagerEndpoint.DefinitionStages.WithGeographicLocation<ParentT>, TrafficManagerEndpoint.DefinitionStages.WithRoutingPriority<ParentT>, TrafficManagerEndpoint.DefinitionStages.WithRoutingWeight<ParentT>, TrafficManagerEndpoint.DefinitionStages.WithSubnet<ParentT>, TrafficManagerEndpoint.DefinitionStages.WithTrafficDisabled<ParentT>
All Known Subinterfaces:
TrafficManagerEndpoint.Definition<ParentT>
Enclosing interface:
TrafficManagerEndpoint.DefinitionStages

public static interface TrafficManagerEndpoint.DefinitionStages.WithEndpointThreshold<ParentT> extends TrafficManagerEndpoint.DefinitionStages.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 Details

    • withMinimumEndpointsToEnableTraffic

      TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT> 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