IComputeManagementClient.LoadBalancers Property

 

The Compute Management API includes operations for managing the load balancers for your subscription.

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

Syntax

ILoadBalancerOperations LoadBalancers { get; }
property ILoadBalancerOperations^ LoadBalancers {
    ILoadBalancerOperations^ get();
}
abstract LoadBalancers : ILoadBalancerOperations with get
ReadOnly Property LoadBalancers As ILoadBalancerOperations

Property Value

Type: Microsoft.WindowsAzure.Management.Compute.ILoadBalancerOperations

See Also

IComputeManagementClient Interface
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top