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
System_CAPS_pubmethodSystem_CAPS_static 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.

System_CAPS_pubmethodSystem_CAPS_static 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.

System_CAPS_pubmethodSystem_CAPS_static BeginDeleting(ILoadBalancerOperations, String, String, String)

Delete an internal load balancer from the deployment.

System_CAPS_pubmethodSystem_CAPS_static BeginDeletingAsync(ILoadBalancerOperations, String, String, String)

Delete an internal load balancer from the deployment.

System_CAPS_pubmethodSystem_CAPS_static BeginUpdating(ILoadBalancerOperations, String, String, String, LoadBalancerUpdateParameters)

Updates an internal load balancer associated with an existing deployment.

System_CAPS_pubmethodSystem_CAPS_static BeginUpdatingAsync(ILoadBalancerOperations, String, String, String, LoadBalancerUpdateParameters)

Updates an internal load balancer associated with an existing deployment.

System_CAPS_pubmethodSystem_CAPS_static 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.

System_CAPS_pubmethodSystem_CAPS_static 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.

System_CAPS_pubmethodSystem_CAPS_static Delete(ILoadBalancerOperations, String, String, String)

Delete an internal load balancer from the deployment.

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(ILoadBalancerOperations, String, String, String)

Delete an internal load balancer from the deployment.

System_CAPS_pubmethodSystem_CAPS_static Update(ILoadBalancerOperations, String, String, String, LoadBalancerUpdateParameters)

Updates an internal load balancer associated with an existing deployment.

System_CAPS_pubmethodSystem_CAPS_static 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