Python2PackageOperations interface
Interface representing a Python2Package operations.
Properties
| create |
Create or Update the python 2 package identified by package name. |
| delete | Delete the python 2 package by name. |
| get | Retrieve the python 2 package identified by package name. |
| list |
Retrieve a list of python 2 packages. |
| update | Update the python 2 package identified by package name. |
Property Details
createOrUpdate
Create or Update the python 2 package identified by package name.
createOrUpdate: (resourceGroupName: string, automationAccountName: string, packageName: string, parameters: PythonPackageCreateParameters, options?: Python2PackageCreateOrUpdateOptionalParams) => Promise<Module>
Property Value
(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: PythonPackageCreateParameters, options?: Python2PackageCreateOrUpdateOptionalParams) => Promise<Module>
delete
Delete the python 2 package by name.
delete: (resourceGroupName: string, automationAccountName: string, packageName: string, options?: Python2PackageDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, automationAccountName: string, packageName: string, options?: Python2PackageDeleteOptionalParams) => Promise<void>
get
Retrieve the python 2 package identified by package name.
get: (resourceGroupName: string, automationAccountName: string, packageName: string, options?: Python2PackageGetOptionalParams) => Promise<Module>
Property Value
(resourceGroupName: string, automationAccountName: string, packageName: string, options?: Python2PackageGetOptionalParams) => Promise<Module>
listByAutomationAccount
Retrieve a list of python 2 packages.
listByAutomationAccount: (resourceGroupName: string, automationAccountName: string, options?: Python2PackageListByAutomationAccountOptionalParams) => PagedAsyncIterableIterator<Module, Module[], PageSettings>
Property Value
(resourceGroupName: string, automationAccountName: string, options?: Python2PackageListByAutomationAccountOptionalParams) => PagedAsyncIterableIterator<Module, Module[], PageSettings>
update
Update the python 2 package identified by package name.
update: (resourceGroupName: string, automationAccountName: string, packageName: string, parameters: PythonPackageUpdateParameters, options?: Python2PackageUpdateOptionalParams) => Promise<Module>
Property Value
(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: PythonPackageUpdateParameters, options?: Python2PackageUpdateOptionalParams) => Promise<Module>