Share via


LoadBalancerOperationsExtensions Class

 

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 https://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for more information)

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Compute.LoadBalancerOperationsExtensions

Syntax

public static class LoadBalancerOperationsExtensions
[ExtensionAttribute]
public ref class LoadBalancerOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type LoadBalancerOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class LoadBalancerOperationsExtensions

Methods

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Compute Namespace

Return to top