LoadBalancerOperationsExtensions.Delete Method (ILoadBalancerOperations, String, String, String)

 

Delete an internal load balancer from the deployment.

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

public static AzureOperationResponse Delete(
	this ILoadBalancerOperations operations,
	string serviceName,
	string deploymentName,
	string loadBalancerName
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Compute.ILoadBalancerOperations

Reference to the Microsoft.WindowsAzure.Management.Compute.ILoadBalancerOperations.

serviceName
Type: System.String

Required. The name of the service.

deploymentName
Type: System.String

Required. The name of the deployment.

loadBalancerName
Type: System.String

Required. The name of the load balancer.

Return Value

Type: Microsoft.Azure.AzureOperationResponse

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

Return to top
Show: