LoadBalancingRule.UpdateStages.WithProbe Interface

public interface 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 and Description
LoadBalancingRule.Update withoutProbe()

Removes any association with a probe and falls back to Azure's default probing mechanism.

LoadBalancingRule.Update withProbe(String name)

Associates the specified existing HTTP or TCP probe of this load balancer with the load balancing rule.

Method Details

withoutProbe

public Update withoutProbe()

Removes any association with a probe and falls back to Azure's default probing mechanism.

Returns:

the next stage of the update

withProbe

public 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

Applies to