Interface LoadBalancingRule.UpdateDefinitionStages.WithProbe<ReturnT>
-
- Type Parameters:
ReturnT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
LoadBalancingRule.UpdateDefinition<ReturnT>,LoadBalancingRule.UpdateDefinitionStages.WithAttach<ReturnT>,LoadBalancingRule.UpdateDefinitionStages.WithBackendPort<ReturnT>
- Enclosing interface:
- LoadBalancingRule.UpdateDefinitionStages
public static interface LoadBalancingRule.UpdateDefinitionStages.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.UpdateDefinitionStages.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.UpdateDefinitionStages.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
-
-