IWithProbe Interface

Definition

The stage of the load balancer definition allowing to add a load balancing probe.

public interface IWithProbe
type IWithProbe = interface
Public Interface IWithProbe
Derived

Methods

DefineHttpProbe(String)

Begins the definition of a new HTTP probe to add to the load balancer.

DefineHttpsProbe(String)

Begins the definition of a new HTTPS probe to add to the load balancer.

DefineTcpProbe(String)

Begins the definition of a new TCP probe to add to the load balancer.

Applies to