Python2PackageOperationsExtensions Klass

Definition

Tilläggsmetoder för Python2PackageOperations.

public static class Python2PackageOperationsExtensions
type Python2PackageOperationsExtensions = class
Public Module Python2PackageOperationsExtensions
Arv
Python2PackageOperationsExtensions

Metoder

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