VirtualMachineCreateDeploymentParameters::LoadBalancers Property
Optional. A list of internal load balancers that each provide load balancing on a private VIP.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public: property IList<LoadBalancer^>^ LoadBalancers { IList<LoadBalancer^>^ get(); void set(IList<LoadBalancer^>^ value); }
Property Value
Type: System.Collections.Generic::IList<LoadBalancer^>^
Show: