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

System_CAPS_pubmethod BeginDeletingAsync(String, String, String, CancellationToken)

Delete an internal load balancer from the deployment.

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

Updates an internal load balancer associated with an existing deployment.

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

System_CAPS_pubmethod DeleteAsync(String, String, String, CancellationToken)

Delete an internal load balancer from the deployment.

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

Updates an internal load balancer associated with an existing deployment.

Extension Methods

Name Description
System_CAPS_pubmethod 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.)

System_CAPS_pubmethod 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.)

System_CAPS_pubmethod BeginDeleting(String, String, String)

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

System_CAPS_pubmethod BeginDeletingAsync(String, String, String)

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

System_CAPS_pubmethod BeginUpdating(String, String, String, LoadBalancerUpdateParameters)

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

System_CAPS_pubmethod BeginUpdatingAsync(String, String, String, LoadBalancerUpdateParameters)

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

System_CAPS_pubmethod 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.)

System_CAPS_pubmethod 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.)

System_CAPS_pubmethod Delete(String, String, String)

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

System_CAPS_pubmethod DeleteAsync(String, String, String)

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

System_CAPS_pubmethod Update(String, String, String, LoadBalancerUpdateParameters)

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

System_CAPS_pubmethod 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