Interface LoadBalancingRule.UpdateStages.WithProbe

All Known Subinterfaces:
LoadBalancingRule.Update
Enclosing interface:
LoadBalancingRule.UpdateStages

public static interface LoadBalancingRule.UpdateStages.WithProbe
The stage of a load balancing rule update allowing to specify the probe to associate with the rule.
  • Method Summary

    Modifier and Type
    Method
    Description
    Removes any association with a probe and falls back to Azure's default probing mechanism.
    Associates 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 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