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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancingRule.DefinitionStages.WithAttach<ReturnT>withProbe(String name)Associates the specified existing HTTP or TCP probe of this load balancer with the load balancing rule.
-
-
-
Method Detail
-
withProbe
LoadBalancingRule.DefinitionStages.WithAttach<ReturnT> withProbe(String name)
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
-
-