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)

Function DeleteAsync (
	serviceName As String,
	deploymentName As String,
	loadBalancerName As String,
	cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)

Parameters

serviceName
Type: System.String

The name of the service.

deploymentName
Type: System.String

The name of the deployment.

loadBalancerName
Type: System.String

The name of the load balancer.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks.Task(Of AzureOperationResponse)

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

Return to top
Show: