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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrafficManagerEndpoint.UpdateDefinitionStages.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.InUpdate
attach
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerEndpoint.UpdateDefinitionStages.WithCustomHeader
withCustomHeader, withCustomHeaders
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation
withGeographicLocation, withGeographicLocation, withGeographicLocations, withGeographicLocations
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingPriority
withRoutingPriority
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingWeight
withRoutingWeight
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerEndpoint.UpdateDefinitionStages.WithSubnet
withSubnet, withSubnet, withSubnets
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerEndpoint.UpdateDefinitionStages.WithTrafficDisabled
withTrafficDisabled
-
-
-
-
Method Detail
-
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
-
-