Interface LoadBalancingRule.DefinitionStages.WithProbe<ReturnT>
- Type Parameters:
ReturnT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
LoadBalancingRule.Definition<ReturnT>, LoadBalancingRule.DefinitionStages.WithAttach<ReturnT>, LoadBalancingRule.DefinitionStages.WithBackendPort<ReturnT>
- Enclosing interface:
LoadBalancingRule.DefinitionStages
public static interface LoadBalancingRule.DefinitionStages.WithProbe<ReturnT>
The stage of a load balancing rule definition allowing to specify the probe to associate with the rule.
-
Method Summary
Modifier and TypeMethodDescriptionAssociates the specified existing HTTP or TCP probe of this load balancer with the load balancing rule.
-
Method Details
-
withProbe
Associates the specified existing HTTP or TCP probe of this load balancer with the load balancing rule.- Parameters:
name- the name of an existing HTTP or TCP probe- Returns:
- the next stage of the definition
-