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 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. |