Freigeben über


Python2PackageOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellen oder aktualisieren Sie das python 2-Paket, das durch den Paketnamen identifiziert wird. http://aka.ms/azureautomationsdk/moduleoperations

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

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.

parameters
PythonPackageCreateParameters

Das Paket zum Erstellen oder Aktualisieren von Parametern für Python.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: