Python3PackageOperations interface
Interface representing a Python3Package operations.
Properties
| create |
Create or Update the python 3 package identified by package name. |
| delete | Delete the python 3 package by name. |
| get | Retrieve the python 3 package identified by package name. |
| list |
Retrieve a list of python 3 packages. |
| update | Update the python 3 package identified by package name. |
Property Details
createOrUpdate
Create or Update the python 3 package identified by package name.
createOrUpdate: (resourceGroupName: string, automationAccountName: string, packageName: string, parameters: PythonPackageCreateParameters, options?: Python3PackageCreateOrUpdateOptionalParams) => Promise<Module>
Property Value
(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: PythonPackageCreateParameters, options?: Python3PackageCreateOrUpdateOptionalParams) => Promise<Module>
delete
Delete the python 3 package by name.
delete: (resourceGroupName: string, automationAccountName: string, packageName: string, options?: Python3PackageDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, automationAccountName: string, packageName: string, options?: Python3PackageDeleteOptionalParams) => Promise<void>
get
Retrieve the python 3 package identified by package name.
get: (resourceGroupName: string, automationAccountName: string, packageName: string, options?: Python3PackageGetOptionalParams) => Promise<Module>
Property Value
(resourceGroupName: string, automationAccountName: string, packageName: string, options?: Python3PackageGetOptionalParams) => Promise<Module>
listByAutomationAccount
Retrieve a list of python 3 packages.
listByAutomationAccount: (resourceGroupName: string, automationAccountName: string, options?: Python3PackageListByAutomationAccountOptionalParams) => PagedAsyncIterableIterator<Module, Module[], PageSettings>
Property Value
(resourceGroupName: string, automationAccountName: string, options?: Python3PackageListByAutomationAccountOptionalParams) => PagedAsyncIterableIterator<Module, Module[], PageSettings>
update
Update the python 3 package identified by package name.
update: (resourceGroupName: string, automationAccountName: string, packageName: string, parameters: PythonPackageUpdateParameters, options?: Python3PackageUpdateOptionalParams) => Promise<Module>
Property Value
(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: PythonPackageUpdateParameters, options?: Python3PackageUpdateOptionalParams) => Promise<Module>