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.StringThe name of the resource group that contains the Batch account.
accountName
Type: System.StringThe name of the Batch account.
applicationId
Type: System.StringThe id of the application.
version
Type: System.StringThe version of the application package to delete.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
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