LoadBalancerProbe Class

 

Represents the endpoint settings that the load balancer uses to monitor the availability of the Virtual Machine before forwarding traffic to it.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Compute.Models.LoadBalancerProbe

Syntax

public class LoadBalancerProbe
public ref class LoadBalancerProbe 
type LoadBalancerProbe = class end
Public Class LoadBalancerProbe

Constructors

Name Description
System_CAPS_pubmethod LoadBalancerProbe()

Initializes a new instance of the LoadBalancerProbe class.

Properties

Name Description
System_CAPS_pubproperty IntervalInSeconds

Gets or sets the interval for the load balancer probe in seconds.

System_CAPS_pubproperty Path

Gets or sets the relative path to inspect to determine the availability status of the Virtual Machine.

System_CAPS_pubproperty Port

Gets or sets the port to use to inspect the availability status of the Virtual Machine.

System_CAPS_pubproperty Protocol

Gets or sets the protocol to use to inspect the availability status of the Virtual Machine.

System_CAPS_pubproperty TimeoutInSeconds

Gets or sets the timeout for the load balancer probe in seconds.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top