IPython2PackageOperations Interfaz

Definición

Operaciones python2PackageOperations.

public interface IPython2PackageOperations
type IPython2PackageOperations = interface
Public Interface IPython2PackageOperations

Métodos

CreateOrUpdateWithHttpMessagesAsync(String, String, String, PythonPackageCreateParameters, Dictionary<String,List<String>>, CancellationToken)

Cree o actualice el paquete de Python 2 identificado por el nombre del paquete. http://aka.ms/azureautomationsdk/moduleoperations

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Elimine el paquete de Python 2 por nombre. http://aka.ms/azureautomationsdk/moduleoperations

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Recupere el paquete de Python 2 identificado por el nombre del paquete. http://aka.ms/azureautomationsdk/moduleoperations

ListByAutomationAccountNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Recupere una lista de paquetes de Python 2. http://aka.ms/azureautomationsdk/moduleoperations

ListByAutomationAccountWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Recupere una lista de paquetes de Python 2. http://aka.ms/azureautomationsdk/moduleoperations

UpdateWithHttpMessagesAsync(String, String, String, PythonPackageUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Actualice el paquete de Python 2 identificado por el nombre del paquete. http://aka.ms/azureautomationsdk/moduleoperations

Métodos de extensión

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

Cree o actualice el paquete de Python 2 identificado por el nombre del paquete. http://aka.ms/azureautomationsdk/moduleoperations

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

Cree o actualice el paquete de Python 2 identificado por el nombre del paquete. http://aka.ms/azureautomationsdk/moduleoperations

Delete(IPython2PackageOperations, String, String, String)

Elimine el paquete de Python 2 por nombre. http://aka.ms/azureautomationsdk/moduleoperations

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

Elimine el paquete de Python 2 por nombre. http://aka.ms/azureautomationsdk/moduleoperations

Get(IPython2PackageOperations, String, String, String)

Recupere el paquete de Python 2 identificado por el nombre del paquete. http://aka.ms/azureautomationsdk/moduleoperations

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

Recupere el paquete de Python 2 identificado por el nombre del paquete. http://aka.ms/azureautomationsdk/moduleoperations

ListByAutomationAccount(IPython2PackageOperations, String, String)

Recupere una lista de paquetes de Python 2. http://aka.ms/azureautomationsdk/moduleoperations

ListByAutomationAccountAsync(IPython2PackageOperations, String, String, CancellationToken)

Recupere una lista de paquetes de Python 2. http://aka.ms/azureautomationsdk/moduleoperations

ListByAutomationAccountNext(IPython2PackageOperations, String)

Recupere una lista de paquetes de Python 2. http://aka.ms/azureautomationsdk/moduleoperations

ListByAutomationAccountNextAsync(IPython2PackageOperations, String, CancellationToken)

Recupere una lista de paquetes de Python 2. http://aka.ms/azureautomationsdk/moduleoperations

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

Actualice el paquete de Python 2 identificado por el nombre del paquete. http://aka.ms/azureautomationsdk/moduleoperations

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

Actualice el paquete de Python 2 identificado por el nombre del paquete. http://aka.ms/azureautomationsdk/moduleoperations

Se aplica a