IWithProbe Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |