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 it.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public: property LoadBalancerProbe^ LoadBalancerProbe { LoadBalancerProbe^ get(); void set(LoadBalancerProbe^ value); }
Property Value
Type: Microsoft.WindowsAzure.Management.Compute.Models::LoadBalancerProbe^An LoadBalancerProbe object.
Show: