LoadBalancerOperationsExtensions Class

Definition

The Service Management API provides programmatic access to much of the functionality available through the Management Portal. The Service Management API is a REST API. All API operations are performed over SSL, and are mutually authenticated using X.509 v3 certificates. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for more information)

public static class LoadBalancerOperationsExtensions
Inheritance
LoadBalancerOperationsExtensions

Methods

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.

Applies to

Produkt Wersje
Azure SDK for .NET Legacy