Condividi tramite


Python2PackageOperationsExtensions Classe

Definizione

Metodi di estensione per Python2PackageOperations.

public static class Python2PackageOperationsExtensions
type Python2PackageOperationsExtensions = class
Public Module Python2PackageOperationsExtensions
Ereditarietà
Python2PackageOperationsExtensions

Metodi

CreateOrUpdate(IPython2PackageOperations, String, String, String, PythonPackageCreateParameters)

Creare o aggiornare il pacchetto python 2 identificato dal nome del pacchetto. http://aka.ms/azureautomationsdk/moduleoperations

CreateOrUpdateAsync(IPython2PackageOperations, String, String, String, PythonPackageCreateParameters, CancellationToken)

Creare o aggiornare il pacchetto python 2 identificato dal nome del pacchetto. http://aka.ms/azureautomationsdk/moduleoperations

Delete(IPython2PackageOperations, String, String, String)

Eliminare il pacchetto python 2 in base al nome. http://aka.ms/azureautomationsdk/moduleoperations

DeleteAsync(IPython2PackageOperations, String, String, String, CancellationToken)

Eliminare il pacchetto python 2 in base al nome. http://aka.ms/azureautomationsdk/moduleoperations

Get(IPython2PackageOperations, String, String, String)

Recuperare il pacchetto python 2 identificato dal nome del pacchetto. http://aka.ms/azureautomationsdk/moduleoperations

GetAsync(IPython2PackageOperations, String, String, String, CancellationToken)

Recuperare il pacchetto python 2 identificato dal nome del pacchetto. http://aka.ms/azureautomationsdk/moduleoperations

ListByAutomationAccount(IPython2PackageOperations, String, String)

Recuperare un elenco di pacchetti python 2. http://aka.ms/azureautomationsdk/moduleoperations

ListByAutomationAccountAsync(IPython2PackageOperations, String, String, CancellationToken)

Recuperare un elenco di pacchetti python 2. http://aka.ms/azureautomationsdk/moduleoperations

ListByAutomationAccountNext(IPython2PackageOperations, String)

Recuperare un elenco di pacchetti python 2. http://aka.ms/azureautomationsdk/moduleoperations

ListByAutomationAccountNextAsync(IPython2PackageOperations, String, CancellationToken)

Recuperare un elenco di pacchetti python 2. http://aka.ms/azureautomationsdk/moduleoperations

Update(IPython2PackageOperations, String, String, String, PythonPackageUpdateParameters)

Aggiornare il pacchetto python 2 identificato dal nome del pacchetto. http://aka.ms/azureautomationsdk/moduleoperations

UpdateAsync(IPython2PackageOperations, String, String, String, PythonPackageUpdateParameters, CancellationToken)

Aggiornare il pacchetto python 2 identificato dal nome del pacchetto. http://aka.ms/azureautomationsdk/moduleoperations

Si applica a