Freigeben über


Python2PackageOperationsExtensions.DeleteAsync Methode

Definition

Löschen Sie das Python 2-Paket nach Name. http://aka.ms/azureautomationsdk/moduleoperations

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

Parameter

operations
IPython2PackageOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name einer Azure-Ressourcengruppe.

automationAccountName
String

Der Name des Automation-Kontos.

packageName
String

Der Name des Python-Pakets.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: