IAccountOperations.BeginDeleteWithHttpMessagesAsync Method (String, String, Dictionary<String, List<String>>, CancellationToken)

 

Deletes the specified Batch account.

Namespace:   Microsoft.Azure.Management.Batch
Assembly:  Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)

Syntax

Task<AzureOperationResponse> BeginDeleteWithHttpMessagesAsync(
    string resourceGroupName,
    string accountName,
    Dictionary<string, List<string>> customHeaders = null,
    CancellationToken cancellationToken = null
)
Task<AzureOperationResponse^>^ BeginDeleteWithHttpMessagesAsync(
    String^ resourceGroupName,
    String^ accountName,
    Dictionary<String^, List<String^>^>^ customHeaders = null,
    CancellationToken cancellationToken = null
)
abstract BeginDeleteWithHttpMessagesAsync : 
        resourceGroupName:string *
        accountName:string *
        customHeaders:Dictionary<string, List<string>> = null *
        cancellationToken:CancellationToken = null -> Task<AzureOperationResponse>
Function BeginDeleteWithHttpMessagesAsync (
    resourceGroupName As String,
    accountName As String,
    customHeaders As Dictionary(Of String, List(Of String)),
    cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)

Parameters

  • resourceGroupName
    Type: System.String

    The name of the resource group that contains the Batch account to be deleted.

  • accountName
    Type: System.String

    The name of the account to be deleted.

Return Value

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

See Also

IAccountOperations Interface
Microsoft.Azure.Management.Batch Namespace

Return to top