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)

Public Interface ILoadBalancerOperations

NameDescription
System_CAPS_pubmethodBeginCreatingAsync(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_pubmethodBeginDeletingAsync(String, String, String, CancellationToken)

Delete an internal load balancer from the deployment.

System_CAPS_pubmethodBeginUpdatingAsync(String, String, String, LoadBalancerUpdateParameters, CancellationToken)

Updates an internal load balancer associated with an existing deployment.

System_CAPS_pubmethodCreateAsync(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_pubmethodDeleteAsync(String, String, String, CancellationToken)

Delete an internal load balancer from the deployment.

System_CAPS_pubmethodUpdateAsync(String, String, String, LoadBalancerUpdateParameters, CancellationToken)

Updates an internal load balancer associated with an existing deployment.

NameDescription
System_CAPS_pubmethodBeginCreating(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_pubmethodBeginCreatingAsync(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_pubmethodBeginDeleting(String, String, String)

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

System_CAPS_pubmethodBeginDeletingAsync(String, String, String)

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

System_CAPS_pubmethodBeginUpdating(String, String, String, LoadBalancerUpdateParameters)

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

System_CAPS_pubmethodBeginUpdatingAsync(String, String, String, LoadBalancerUpdateParameters)

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

System_CAPS_pubmethodCreate(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_pubmethodCreateAsync(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_pubmethodDelete(String, String, String)

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

System_CAPS_pubmethodDeleteAsync(String, String, String)

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

System_CAPS_pubmethodUpdate(String, String, String, LoadBalancerUpdateParameters)

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

System_CAPS_pubmethodUpdateAsync(String, String, String, LoadBalancerUpdateParameters)

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

Return to top
Show: