LoadBalancingRule.UpdateStages.WithProbe Interface

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 and Description
abstract Update withProbe(String name)

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

abstract Update withoutProbe()

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

Method Details

withProbe

public abstract 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

public abstract 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

Applies to