LoadBalancerOperationsExtensions Methods
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | 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. |

