ILoadBalancerOperations Members
The Compute Management API includes operations for managing the load balancers for your subscription.
The following tables list the members exposed by the ILoadBalancerOperations type.
Public Methods
(see also Extension Methods)
Name | Description | |
---|---|---|
BeginCreatingAsync | 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 | Delete an internal load balancer from the deployment. | |
BeginUpdatingAsync | Updates an internal load balancer associated with an existing deployment. | |
CreateAsync | 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 | Delete an internal load balancer from the deployment. | |
UpdateAsync | Updates an internal load balancer associated with an existing deployment. |
Top
Extension Methods
Name | Description | |
---|---|---|
BeginCreating | 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 | 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 | Delete an internal load balancer from the deployment. (Defined by LoadBalancerOperationsExtensions.) | |
BeginDeletingAsync | Delete an internal load balancer from the deployment. (Defined by LoadBalancerOperationsExtensions.) | |
BeginUpdating | Updates an internal load balancer associated with an existing deployment. (Defined by LoadBalancerOperationsExtensions.) | |
BeginUpdatingAsync | Updates an internal load balancer associated with an existing deployment. (Defined by LoadBalancerOperationsExtensions.) | |
Create | 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 | 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 | Delete an internal load balancer from the deployment. (Defined by LoadBalancerOperationsExtensions.) | |
DeleteAsync | Delete an internal load balancer from the deployment. (Defined by LoadBalancerOperationsExtensions.) | |
Update | Updates an internal load balancer associated with an existing deployment. (Defined by LoadBalancerOperationsExtensions.) | |
UpdateAsync | Updates an internal load balancer associated with an existing deployment. (Defined by LoadBalancerOperationsExtensions.) |
Top
See Also
Reference
ILoadBalancerOperations Interface
Microsoft.WindowsAzure.Management.Compute Namespace