VirtualMachineUpdateLoadBalancedSetParameters.InputEndpoint.LoadBalancerProbe Property

 

Gets or sets an LoadBalancerProbe object that defines the endpoint settings that the load balancer uses to monitor the availability of the Virtual Machine before forwarding traffic to the endpoint.

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

Syntax

public LoadBalancerProbe LoadBalancerProbe { get; set; }
public:
property LoadBalancerProbe^ LoadBalancerProbe {
    LoadBalancerProbe^ get();
    void set(LoadBalancerProbe^ value);
}
member LoadBalancerProbe : LoadBalancerProbe with get, set
Public Property LoadBalancerProbe As LoadBalancerProbe

Property Value

Type: Microsoft.WindowsAzure.Management.Compute.Models.LoadBalancerProbe

An LoadBalancerProbe object.

Remarks

If this property is not specified, the probe settings from the existing load-balanced endpoint definition are retained.

See Also

VirtualMachineUpdateLoadBalancedSetParameters.InputEndpoint Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top