Share via


LoadBalancerOperationsExtensions Members

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)

The following tables list the members exposed by the LoadBalancerOperationsExtensions type.

Public Methods

  Name Description
BeginCreating 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 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 Delete an internal load balancer from the deployment.
BeginDeletingAsync Delete an internal load balancer from the deployment.
BeginUpdating Updates an internal load balancer associated with an existing deployment.
BeginUpdatingAsync Updates an internal load balancer associated with an existing deployment.
Create 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 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 Delete an internal load balancer from the deployment.
DeleteAsync Delete an internal load balancer from the deployment.
Update Updates an internal load balancer associated with an existing deployment.
UpdateAsync Updates an internal load balancer associated with an existing deployment.

Top

See Also

Reference

LoadBalancerOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace