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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT>withMinimumEndpointsToEnableTraffic(int count)Specifies the minimum number of endpoints to be online for the nested profile to be considered healthy.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerEndpoint.DefinitionStages.WithCustomHeader
withCustomHeader, withCustomHeaders
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerEndpoint.DefinitionStages.WithGeographicLocation
withGeographicLocation, withGeographicLocation, withGeographicLocations, withGeographicLocations
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerEndpoint.DefinitionStages.WithRoutingPriority
withRoutingPriority
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerEndpoint.DefinitionStages.WithRoutingWeight
withRoutingWeight
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerEndpoint.DefinitionStages.WithSubnet
withSubnet, withSubnet, withSubnets
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerEndpoint.DefinitionStages.WithTrafficDisabled
withTrafficDisabled
-
-
-
-
Method Detail
-
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
-
-