VirtualMachineCreateDeploymentParameters.LoadBalancers Property

 

Optional. A list of internal load balancers that each provide load balancing on a private VIP.

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

Syntax

public IList<LoadBalancer> LoadBalancers { get; set; }
public:
property IList<LoadBalancer^>^ LoadBalancers {
    IList<LoadBalancer^>^ get();
    void set(IList<LoadBalancer^>^ value);
}
member LoadBalancers : IList<LoadBalancer> with get, set
Public Property LoadBalancers As IList(Of LoadBalancer)

Property Value

Type: System.Collections.Generic.IList<LoadBalancer>

See Also

VirtualMachineCreateDeploymentParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top