Interface TrafficManagerEndpoint.UpdateDefinitionStages.WithEndpointThreshold<ParentT>

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

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