Partager via


IPython2PackageOperations Interface

Définition

Opérations Python2PackageOperations.

public interface IPython2PackageOperations
type IPython2PackageOperations = interface
Public Interface IPython2PackageOperations

Méthodes

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

Créez ou mettez à jour le package python 2 identifié par le nom du package. http://aka.ms/azureautomationsdk/moduleoperations

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

Supprimez le package python 2 par nom. http://aka.ms/azureautomationsdk/moduleoperations

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

Récupérez le package python 2 identifié par le nom du package. http://aka.ms/azureautomationsdk/moduleoperations

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

Récupérez une liste de packages Python 2. http://aka.ms/azureautomationsdk/moduleoperations

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

Récupérez une liste de packages Python 2. http://aka.ms/azureautomationsdk/moduleoperations

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

Mettez à jour le package Python 2 identifié par le nom du package. http://aka.ms/azureautomationsdk/moduleoperations

Méthodes d’extension

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

Créez ou mettez à jour le package python 2 identifié par le nom du package. http://aka.ms/azureautomationsdk/moduleoperations

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

Créez ou mettez à jour le package python 2 identifié par le nom du package. http://aka.ms/azureautomationsdk/moduleoperations

Delete(IPython2PackageOperations, String, String, String)

Supprimez le package python 2 par nom. http://aka.ms/azureautomationsdk/moduleoperations

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

Supprimez le package python 2 par nom. http://aka.ms/azureautomationsdk/moduleoperations

Get(IPython2PackageOperations, String, String, String)

Récupérez le package python 2 identifié par le nom du package. http://aka.ms/azureautomationsdk/moduleoperations

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

Récupérez le package python 2 identifié par le nom du package. http://aka.ms/azureautomationsdk/moduleoperations

ListByAutomationAccount(IPython2PackageOperations, String, String)

Récupérez une liste de packages Python 2. http://aka.ms/azureautomationsdk/moduleoperations

ListByAutomationAccountAsync(IPython2PackageOperations, String, String, CancellationToken)

Récupérez une liste de packages Python 2. http://aka.ms/azureautomationsdk/moduleoperations

ListByAutomationAccountNext(IPython2PackageOperations, String)

Récupérez une liste de packages Python 2. http://aka.ms/azureautomationsdk/moduleoperations

ListByAutomationAccountNextAsync(IPython2PackageOperations, String, CancellationToken)

Récupérez une liste de packages Python 2. http://aka.ms/azureautomationsdk/moduleoperations

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

Mettez à jour le package Python 2 identifié par le nom du package. http://aka.ms/azureautomationsdk/moduleoperations

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

Mettez à jour le package Python 2 identifié par le nom du package. http://aka.ms/azureautomationsdk/moduleoperations

S’applique à