LoadBalancerProbe Members
Represents the endpoint settings that the load balancer uses to monitor the availability of the Virtual Machine before forwarding traffic to it.
The following tables list the members exposed by the LoadBalancerProbe type.
Public Constructors
Name | Description | |
---|---|---|
LoadBalancerProbe | Initializes a new instance of the LoadBalancerProbe class. |
Top
Public Properties
Name | Description | |
---|---|---|
IntervalInSeconds | Gets or sets the interval for the load balancer probe in seconds. | |
Path | Gets or sets the relative path to inspect to determine the availability status of the Virtual Machine. | |
Port | Gets or sets the port to use to inspect the availability status of the Virtual Machine. | |
Protocol | Gets or sets the protocol to use to inspect the availability status of the Virtual Machine. | |
TimeoutInSeconds | Gets or sets the timeout for the load balancer probe in seconds. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
LoadBalancerProbe Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace