Interface TrafficManagerEndpoint.UpdateDefinitionStages.WithEndpointThreshold<ParentT>
- Type Parameters:
ParentT
- the return type ofAttachable.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 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.InUpdate
attach
Methods inherited from interface com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateDefinitionStages.WithCustomHeader
withCustomHeader, withCustomHeaders
Methods inherited from interface com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation
withGeographicLocation, withGeographicLocation, withGeographicLocations, withGeographicLocations
Methods inherited from interface com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingPriority
withRoutingPriority
Methods inherited from interface com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingWeight
withRoutingWeight
Methods inherited from interface com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateDefinitionStages.WithSubnet
withSubnet, withSubnet, withSubnets
Methods inherited from interface com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateDefinitionStages.WithTrafficDisabled
withTrafficDisabled
-
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
-