Share via


ILoadBalancerOperations Interface

 

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 interface ILoadBalancerOperations
public interface class ILoadBalancerOperations
type ILoadBalancerOperations = interface end
Public Interface ILoadBalancerOperations

Methods

Name Description
BeginCreatingAsync(String, String, LoadBalancerCreateParameters, CancellationToken)

Add an internal load balancer to a an existing deployment. When used by an input endpoint, the internal load balancer will provide an additional private VIP that can be used for load balancing to the roles in this deployment.

BeginDeletingAsync(String, String, String, CancellationToken)

Delete an internal load balancer from the deployment.

BeginUpdatingAsync(String, String, String, LoadBalancerUpdateParameters, CancellationToken)

Updates an internal load balancer associated with an existing deployment.

CreateAsync(String, String, LoadBalancerCreateParameters, CancellationToken)

Add an internal load balancer to a an existing deployment. When used by an input endpoint, the internal load balancer will provide an additional private VIP that can be used for load balancing to the roles in this deployment.

DeleteAsync(String, String, String, CancellationToken)

Delete an internal load balancer from the deployment.

UpdateAsync(String, String, String, LoadBalancerUpdateParameters, CancellationToken)

Updates an internal load balancer associated with an existing deployment.

Extension Methods

Name Description
BeginCreating(String, String, LoadBalancerCreateParameters)

Add an internal load balancer to a an existing deployment. When used by an input endpoint, the internal load balancer will provide an additional private VIP that can be used for load balancing to the roles in this deployment.(Defined by LoadBalancerOperationsExtensions.)

BeginCreatingAsync(String, String, LoadBalancerCreateParameters)

Add an internal load balancer to a an existing deployment. When used by an input endpoint, the internal load balancer will provide an additional private VIP that can be used for load balancing to the roles in this deployment.(Defined by LoadBalancerOperationsExtensions.)

BeginDeleting(String, String, String)

Delete an internal load balancer from the deployment.(Defined by LoadBalancerOperationsExtensions.)

BeginDeletingAsync(String, String, String)

Delete an internal load balancer from the deployment.(Defined by LoadBalancerOperationsExtensions.)

BeginUpdating(String, String, String, LoadBalancerUpdateParameters)

Updates an internal load balancer associated with an existing deployment.(Defined by LoadBalancerOperationsExtensions.)

BeginUpdatingAsync(String, String, String, LoadBalancerUpdateParameters)

Updates an internal load balancer associated with an existing deployment.(Defined by LoadBalancerOperationsExtensions.)

Create(String, String, LoadBalancerCreateParameters)

Add an internal load balancer to a an existing deployment. When used by an input endpoint, the internal load balancer will provide an additional private VIP that can be used for load balancing to the roles in this deployment.(Defined by LoadBalancerOperationsExtensions.)

CreateAsync(String, String, LoadBalancerCreateParameters)

Add an internal load balancer to a an existing deployment. When used by an input endpoint, the internal load balancer will provide an additional private VIP that can be used for load balancing to the roles in this deployment.(Defined by LoadBalancerOperationsExtensions.)

Delete(String, String, String)

Delete an internal load balancer from the deployment.(Defined by LoadBalancerOperationsExtensions.)

DeleteAsync(String, String, String)

Delete an internal load balancer from the deployment.(Defined by LoadBalancerOperationsExtensions.)

Update(String, String, String, LoadBalancerUpdateParameters)

Updates an internal load balancer associated with an existing deployment.(Defined by LoadBalancerOperationsExtensions.)

UpdateAsync(String, String, String, LoadBalancerUpdateParameters)

Updates an internal load balancer associated with an existing deployment.(Defined by LoadBalancerOperationsExtensions.)

See Also

Microsoft.WindowsAzure.Management.Compute Namespace

Return to top