Interface LoadBalancingRule.UpdateStages.WithProbe

    • 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