IPython2PackageOperations Interface

Definition

Python2PackageOperations operations.

public interface IPython2PackageOperations
type IPython2PackageOperations = interface
Public Interface IPython2PackageOperations

Methods

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

Create or Update the python 2 package identified by package name. http://aka.ms/azureautomationsdk/moduleoperations

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

Delete the python 2 package by name. http://aka.ms/azureautomationsdk/moduleoperations

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

Retrieve the python 2 package identified by package name. http://aka.ms/azureautomationsdk/moduleoperations

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

Retrieve a list of python 2 packages. http://aka.ms/azureautomationsdk/moduleoperations

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

Retrieve a list of python 2 packages. http://aka.ms/azureautomationsdk/moduleoperations

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

Update the python 2 package identified by package name. http://aka.ms/azureautomationsdk/moduleoperations

Extension Methods

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

Create or Update the python 2 package identified by package name. http://aka.ms/azureautomationsdk/moduleoperations

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

Create or Update the python 2 package identified by package name. http://aka.ms/azureautomationsdk/moduleoperations

Delete(IPython2PackageOperations, String, String, String)

Delete the python 2 package by name. http://aka.ms/azureautomationsdk/moduleoperations

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

Delete the python 2 package by name. http://aka.ms/azureautomationsdk/moduleoperations

Get(IPython2PackageOperations, String, String, String)

Retrieve the python 2 package identified by package name. http://aka.ms/azureautomationsdk/moduleoperations

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

Retrieve the python 2 package identified by package name. http://aka.ms/azureautomationsdk/moduleoperations

ListByAutomationAccount(IPython2PackageOperations, String, String)

Retrieve a list of python 2 packages. http://aka.ms/azureautomationsdk/moduleoperations

ListByAutomationAccountAsync(IPython2PackageOperations, String, String, CancellationToken)

Retrieve a list of python 2 packages. http://aka.ms/azureautomationsdk/moduleoperations

ListByAutomationAccountNext(IPython2PackageOperations, String)

Retrieve a list of python 2 packages. http://aka.ms/azureautomationsdk/moduleoperations

ListByAutomationAccountNextAsync(IPython2PackageOperations, String, CancellationToken)

Retrieve a list of python 2 packages. http://aka.ms/azureautomationsdk/moduleoperations

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

Update the python 2 package identified by package name. http://aka.ms/azureautomationsdk/moduleoperations

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

Update the python 2 package identified by package name. http://aka.ms/azureautomationsdk/moduleoperations

Applies to