Delen via


ApplicationPackageOperationsExtensions.DeleteAsync Methode

Definitie

Hiermee verwijdert u een toepassingspakketrecord en het bijbehorende binaire bestand.

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.Batch.IApplicationPackageOperations operations, string resourceGroupName, string accountName, string applicationName, string versionName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.Batch.IApplicationPackageOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IApplicationPackageOperations, resourceGroupName As String, accountName As String, applicationName As String, versionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

operations
IApplicationPackageOperations

De bewerkingsgroep voor deze extensiemethode.

resourceGroupName
String

De naam van de resourcegroep die het Batch-account bevat.

accountName
String

De naam van het Batch-account.

applicationName
String

De naam van de toepassing. Dit moet uniek zijn binnen het account.

versionName
String

De versie van de toepassing.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op