IPython2PackageOperations Gränssnitt

Definition

Python2PackageOperations-åtgärder.

public interface IPython2PackageOperations
type IPython2PackageOperations = interface
Public Interface IPython2PackageOperations

Metoder

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

Skapa eller uppdatera python 2-paketet som identifieras med paketnamnet. http://aka.ms/azureautomationsdk/moduleoperations

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

Ta bort Python 2-paketet efter namn. http://aka.ms/azureautomationsdk/moduleoperations

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

Hämta python 2-paketet som identifieras med paketnamnet. http://aka.ms/azureautomationsdk/moduleoperations

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

Hämta en lista över Python 2-paket. http://aka.ms/azureautomationsdk/moduleoperations

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

Hämta en lista över Python 2-paket. http://aka.ms/azureautomationsdk/moduleoperations

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

Uppdatera python 2-paketet som identifieras med paketnamnet. http://aka.ms/azureautomationsdk/moduleoperations

Tilläggsmetoder

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

Skapa eller uppdatera python 2-paketet som identifieras med paketnamnet. http://aka.ms/azureautomationsdk/moduleoperations

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

Skapa eller uppdatera python 2-paketet som identifieras med paketnamnet. http://aka.ms/azureautomationsdk/moduleoperations

Delete(IPython2PackageOperations, String, String, String)

Ta bort Python 2-paketet efter namn. http://aka.ms/azureautomationsdk/moduleoperations

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

Ta bort Python 2-paketet efter namn. http://aka.ms/azureautomationsdk/moduleoperations

Get(IPython2PackageOperations, String, String, String)

Hämta python 2-paketet som identifieras med paketnamnet. http://aka.ms/azureautomationsdk/moduleoperations

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

Hämta python 2-paketet som identifieras med paketnamnet. http://aka.ms/azureautomationsdk/moduleoperations

ListByAutomationAccount(IPython2PackageOperations, String, String)

Hämta en lista över Python 2-paket. http://aka.ms/azureautomationsdk/moduleoperations

ListByAutomationAccountAsync(IPython2PackageOperations, String, String, CancellationToken)

Hämta en lista över Python 2-paket. http://aka.ms/azureautomationsdk/moduleoperations

ListByAutomationAccountNext(IPython2PackageOperations, String)

Hämta en lista över Python 2-paket. http://aka.ms/azureautomationsdk/moduleoperations

ListByAutomationAccountNextAsync(IPython2PackageOperations, String, CancellationToken)

Hämta en lista över Python 2-paket. http://aka.ms/azureautomationsdk/moduleoperations

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

Uppdatera python 2-paketet som identifieras med paketnamnet. http://aka.ms/azureautomationsdk/moduleoperations

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

Uppdatera python 2-paketet som identifieras med paketnamnet. http://aka.ms/azureautomationsdk/moduleoperations

Gäller för