ILoadBalancerOperations.DeleteAsync Method (String, String, String, CancellationToken)

 

Delete an internal load balancer from the deployment.

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

Syntax

Task<AzureOperationResponse> DeleteAsync(
    string serviceName,
    string deploymentName,
    string loadBalancerName,
    CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ DeleteAsync(
    String^ serviceName,
    String^ deploymentName,
    String^ loadBalancerName,
    CancellationToken cancellationToken
)
abstract DeleteAsync : 
        serviceName:string *
        deploymentName:string *
        loadBalancerName:string *
        cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function DeleteAsync (
    serviceName As String,
    deploymentName As String,
    loadBalancerName As String,
    cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)

Parameters

  • loadBalancerName
    Type: System.String

    The name of the load balancer.

Return Value

Type: System.Threading.Tasks.Task<AzureOperationResponse>

A standard service response including an HTTP status code and request ID.

See Also

ILoadBalancerOperations Interface
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top