IWithProbe Interface

Definition

The stage of a load balancing rule update allowing to specify the probe to associate with the rule.

public interface IWithProbe
type IWithProbe = interface
Public Interface IWithProbe
Derived

Methods

WithoutProbe()

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

WithProbe(String)

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

Applies to