Share via


ComputeManagementClient.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

public virtual ILoadBalancerOperations LoadBalancers { get; }
public:
property ILoadBalancerOperations^ LoadBalancers {
    virtual ILoadBalancerOperations^ get();
}
abstract LoadBalancers : ILoadBalancerOperations with get
override LoadBalancers : ILoadBalancerOperations with get
Public Overridable ReadOnly Property LoadBalancers As ILoadBalancerOperations

Property Value

Type: Microsoft.WindowsAzure.Management.Compute.ILoadBalancerOperations

Implements

IComputeManagementClient.LoadBalancers

See Also

ComputeManagementClient Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top