Compartilhar via


IPython2PackageOperations Interface

Definição

Operações python2PackageOperations.

public interface IPython2PackageOperations
type IPython2PackageOperations = interface
Public Interface IPython2PackageOperations

Métodos

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

Criar ou atualizar o pacote python 2 identificado pelo nome do pacote. http://aka.ms/azureautomationsdk/moduleoperations

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

Exclua o pacote python 2 pelo nome. http://aka.ms/azureautomationsdk/moduleoperations

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

Recupere o pacote python 2 identificado pelo nome do pacote. http://aka.ms/azureautomationsdk/moduleoperations

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

Recupere uma lista de pacotes do Python 2. http://aka.ms/azureautomationsdk/moduleoperations

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

Recupere uma lista de pacotes do Python 2. http://aka.ms/azureautomationsdk/moduleoperations

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

Atualize o pacote python 2 identificado pelo nome do pacote. http://aka.ms/azureautomationsdk/moduleoperations

Métodos de Extensão

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

Criar ou atualizar o pacote python 2 identificado pelo nome do pacote. http://aka.ms/azureautomationsdk/moduleoperations

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

Criar ou atualizar o pacote python 2 identificado pelo nome do pacote. http://aka.ms/azureautomationsdk/moduleoperations

Delete(IPython2PackageOperations, String, String, String)

Exclua o pacote python 2 pelo nome. http://aka.ms/azureautomationsdk/moduleoperations

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

Exclua o pacote python 2 pelo nome. http://aka.ms/azureautomationsdk/moduleoperations

Get(IPython2PackageOperations, String, String, String)

Recupere o pacote python 2 identificado pelo nome do pacote. http://aka.ms/azureautomationsdk/moduleoperations

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

Recupere o pacote python 2 identificado pelo nome do pacote. http://aka.ms/azureautomationsdk/moduleoperations

ListByAutomationAccount(IPython2PackageOperations, String, String)

Recupere uma lista de pacotes do Python 2. http://aka.ms/azureautomationsdk/moduleoperations

ListByAutomationAccountAsync(IPython2PackageOperations, String, String, CancellationToken)

Recupere uma lista de pacotes do Python 2. http://aka.ms/azureautomationsdk/moduleoperations

ListByAutomationAccountNext(IPython2PackageOperations, String)

Recupere uma lista de pacotes do Python 2. http://aka.ms/azureautomationsdk/moduleoperations

ListByAutomationAccountNextAsync(IPython2PackageOperations, String, CancellationToken)

Recupere uma lista de pacotes do Python 2. http://aka.ms/azureautomationsdk/moduleoperations

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

Atualize o pacote python 2 identificado pelo nome do pacote. http://aka.ms/azureautomationsdk/moduleoperations

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

Atualize o pacote python 2 identificado pelo nome do pacote. http://aka.ms/azureautomationsdk/moduleoperations

Aplica-se a