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)

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

type LoadBalancerProbe = class end

NameDescription
System_CAPS_pubmethodLoadBalancerProbe()

Initializes a new instance of the LoadBalancerProbe class.

NameDescription
System_CAPS_pubpropertyIntervalInSeconds

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

System_CAPS_pubpropertyPath

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

System_CAPS_pubpropertyPort

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

System_CAPS_pubpropertyProtocol

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

System_CAPS_pubpropertyTimeoutInSeconds

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

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: