LoadBalancerProbe Class
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.
Contains properties that specify the endpoint settings which the Azure load balancer uses to monitor the availability of this virtual machine before forwarding traffic to the endpoint.
public class LoadBalancerProbe
type LoadBalancerProbe = class
Public Class LoadBalancerProbe
- Inheritance
-
LoadBalancerProbe
Constructors
LoadBalancerProbe() |
Initializes a new instance of the LoadBalancerProbe class. |
Properties
IntervalInSeconds |
Optional. Specifies the interval for the load balancer probe in seconds. The minimum value is 5 seconds. If not specified, the default is 15 seconds. |
Path |
Optional. Specifies the relative path name to inspect to determine the virtual machine availability status. If Protocol is set to TCP, this value must be NULL. |
Port |
Optional. Specifies the port to use to inspect the virtual machine availability status. |
Protocol |
Optional. Specifies the protocol to use to inspect the virtual machine availability status. |
TimeoutInSeconds |
Optional. Specifies the timeout for the load balancer probe in seconds. The minimum value is 11 seconds. If not specified, the default is 31 seconds. |