Interface LoadBalancingRule.UpdateStages.WithProbe
-
- All Known Subinterfaces:
LoadBalancingRule.Update
- Enclosing interface:
- LoadBalancingRule.UpdateStages
public static interface LoadBalancingRule.UpdateStages.WithProbeThe stage of a load balancing rule update allowing to specify the probe to associate with the rule.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancingRule.UpdatewithoutProbe()Removes any association with a probe and falls back to Azure's default probing mechanism.LoadBalancingRule.UpdatewithProbe(String name)Associates the specified existing HTTP or TCP probe of this load balancer with the load balancing rule.
-
-
-
Method Detail
-
withProbe
LoadBalancingRule.Update 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 update
-
withoutProbe
LoadBalancingRule.Update withoutProbe()
Removes any association with a probe and falls back to Azure's default probing mechanism.- Returns:
- the next stage of the update
-
-