Condividi tramite


Python2PackageOperationsExtensions.CreateOrUpdateAsync Metodo

Definizione

Creare o aggiornare il pacchetto Python 2 identificato dal nome del pacchetto. 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)

Parametri

operations
IPython2PackageOperations

Gruppo di operazioni per questo metodo di estensione.

resourceGroupName
String

Nome di un gruppo di risorse di Azure.

automationAccountName
String

Nome dell'account di automazione.

packageName
String

Nome del pacchetto Python.

parameters
PythonPackageCreateParameters

Parametri di creazione o aggiornamento per il pacchetto Python.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Si applica a