IApplicationOperations.DeleteApplicationPackageAsync Method (String, String, String, String, CancellationToken)

 

Deletes an application package record and the binary file.

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

Syntax

Task<AzureOperationResponse> DeleteApplicationPackageAsync(
    string resourceGroupName,
    string accountName,
    string applicationId,
    string version,
    CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ DeleteApplicationPackageAsync(
    String^ resourceGroupName,
    String^ accountName,
    String^ applicationId,
    String^ version,
    CancellationToken cancellationToken
)
abstract DeleteApplicationPackageAsync : 
        resourceGroupName:string *
        accountName:string *
        applicationId:string *
        version:string *
        cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function DeleteApplicationPackageAsync (
    resourceGroupName As String,
    accountName As String,
    applicationId As String,
    version As String,
    cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)

Parameters

  • resourceGroupName
    Type: System.String

    The name of the resource group that contains the Batch account.

  • version
    Type: System.String

    The version of the application package to delete.

Return Value

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

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

See Also

IApplicationOperations Interface
Microsoft.Azure.Management.Batch Namespace

Return to top