ILoadBalancerOperations Interface

Definition

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

public interface ILoadBalancerOperations
type ILoadBalancerOperations = interface
Public Interface ILoadBalancerOperations

Methods

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

BeginCreating(ILoadBalancerOperations, 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.

BeginCreatingAsync(ILoadBalancerOperations, 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.

BeginDeleting(ILoadBalancerOperations, String, String, String)

Delete an internal load balancer from the deployment.

BeginDeletingAsync(ILoadBalancerOperations, String, String, String)

Delete an internal load balancer from the deployment.

BeginUpdating(ILoadBalancerOperations, String, String, String, LoadBalancerUpdateParameters)

Updates an internal load balancer associated with an existing deployment.

BeginUpdatingAsync(ILoadBalancerOperations, String, String, String, LoadBalancerUpdateParameters)

Updates an internal load balancer associated with an existing deployment.

Create(ILoadBalancerOperations, 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.

CreateAsync(ILoadBalancerOperations, 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.

Delete(ILoadBalancerOperations, String, String, String)

Delete an internal load balancer from the deployment.

DeleteAsync(ILoadBalancerOperations, String, String, String)

Delete an internal load balancer from the deployment.

Update(ILoadBalancerOperations, String, String, String, LoadBalancerUpdateParameters)

Updates an internal load balancer associated with an existing deployment.

UpdateAsync(ILoadBalancerOperations, String, String, String, LoadBalancerUpdateParameters)

Updates an internal load balancer associated with an existing deployment.

Applies to