LoadBalancerOperationsExtensions Methods

 

Namespace:   Microsoft.WindowsAzure.Management.Compute
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticBeginCreating(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.

System_CAPS_pubmethodSystem_CAPS_staticBeginCreatingAsync(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.

System_CAPS_pubmethodSystem_CAPS_staticBeginDeleting(ILoadBalancerOperations, String, String, String)

Delete an internal load balancer from the deployment.

System_CAPS_pubmethodSystem_CAPS_staticBeginDeletingAsync(ILoadBalancerOperations, String, String, String)

Delete an internal load balancer from the deployment.

System_CAPS_pubmethodSystem_CAPS_staticBeginUpdating(ILoadBalancerOperations, String, String, String, LoadBalancerUpdateParameters)

Updates an internal load balancer associated with an existing deployment.

System_CAPS_pubmethodSystem_CAPS_staticBeginUpdatingAsync(ILoadBalancerOperations, String, String, String, LoadBalancerUpdateParameters)

Updates an internal load balancer associated with an existing deployment.

System_CAPS_pubmethodSystem_CAPS_staticCreate(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.

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(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.

System_CAPS_pubmethodSystem_CAPS_staticDelete(ILoadBalancerOperations, String, String, String)

Delete an internal load balancer from the deployment.

System_CAPS_pubmethodSystem_CAPS_staticDeleteAsync(ILoadBalancerOperations, String, String, String)

Delete an internal load balancer from the deployment.

System_CAPS_pubmethodSystem_CAPS_staticUpdate(ILoadBalancerOperations, String, String, String, LoadBalancerUpdateParameters)

Updates an internal load balancer associated with an existing deployment.

System_CAPS_pubmethodSystem_CAPS_staticUpdateAsync(ILoadBalancerOperations, String, String, String, LoadBalancerUpdateParameters)

Updates an internal load balancer associated with an existing deployment.

Return to top
Show: