Interface TrafficManagerEndpoint.DefinitionStages.WithEndpointThreshold<ParentT>
- Type Parameters:
ParentT- the return type ofAttachable.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 Summary
Modifier and TypeMethodDescriptionwithMinimumEndpointsToEnableTraffic(int count) Specifies the minimum number of endpoints to be online for the nested profile to be considered healthy.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinition
attachMethods inherited from interface com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.DefinitionStages.WithCustomHeader
withCustomHeader, withCustomHeadersMethods inherited from interface com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.DefinitionStages.WithGeographicLocation
withGeographicLocation, withGeographicLocation, withGeographicLocations, withGeographicLocationsMethods inherited from interface com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.DefinitionStages.WithRoutingPriority
withRoutingPriorityMethods inherited from interface com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.DefinitionStages.WithRoutingWeight
withRoutingWeightMethods inherited from interface com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.DefinitionStages.WithSubnet
withSubnet, withSubnet, withSubnetsMethods inherited from interface com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.DefinitionStages.WithTrafficDisabled
withTrafficDisabled
-
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
-