Share via


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)

Syntax

public static AzureOperationResponse Delete(
    this ILoadBalancerOperations operations,
    string serviceName,
    string deploymentName,
    string loadBalancerName
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ Delete(
    ILoadBalancerOperations^ operations,
    String^ serviceName,
    String^ deploymentName,
    String^ loadBalancerName
)
static member Delete : 
        operations:ILoadBalancerOperations *
        serviceName:string *
        deploymentName:string *
        loadBalancerName:string -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function Delete (
    operations As ILoadBalancerOperations,
    serviceName As String,
    deploymentName As String,
    loadBalancerName As String
) As AzureOperationResponse

Parameters

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

See Also

LoadBalancerOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top