Python2PackageOperations interface

Bir Python2Package işlemlerini temsil eden arayüz.

Özellikler

createOrUpdate

Paket adıyla tanımlanan python 2 paketini oluşturun veya güncelleştirin.

delete

Python 2 paketini ada göre silin.

get

Paket adıyla tanımlanan python 2 paketini alın.

listByAutomationAccount

Python 2 paketlerinin listesini alın.

update

Paket adıyla tanımlanan python 2 paketini güncelleştirin.

Özellik Ayrıntıları

createOrUpdate

Paket adıyla tanımlanan python 2 paketini oluşturun veya güncelleştirin.

createOrUpdate: (resourceGroupName: string, automationAccountName: string, packageName: string, parameters: PythonPackageCreateParameters, options?: Python2PackageCreateOrUpdateOptionalParams) => Promise<Module>

Özellik Değeri

(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: PythonPackageCreateParameters, options?: Python2PackageCreateOrUpdateOptionalParams) => Promise<Module>

delete

Python 2 paketini ada göre silin.

delete: (resourceGroupName: string, automationAccountName: string, packageName: string, options?: Python2PackageDeleteOptionalParams) => Promise<void>

Özellik Değeri

(resourceGroupName: string, automationAccountName: string, packageName: string, options?: Python2PackageDeleteOptionalParams) => Promise<void>

get

Paket adıyla tanımlanan python 2 paketini alın.

get: (resourceGroupName: string, automationAccountName: string, packageName: string, options?: Python2PackageGetOptionalParams) => Promise<Module>

Özellik Değeri

(resourceGroupName: string, automationAccountName: string, packageName: string, options?: Python2PackageGetOptionalParams) => Promise<Module>

listByAutomationAccount

Python 2 paketlerinin listesini alın.

listByAutomationAccount: (resourceGroupName: string, automationAccountName: string, options?: Python2PackageListByAutomationAccountOptionalParams) => PagedAsyncIterableIterator<Module, Module[], PageSettings>

Özellik Değeri

(resourceGroupName: string, automationAccountName: string, options?: Python2PackageListByAutomationAccountOptionalParams) => PagedAsyncIterableIterator<Module, Module[], PageSettings>

update

Paket adıyla tanımlanan python 2 paketini güncelleştirin.

update: (resourceGroupName: string, automationAccountName: string, packageName: string, parameters: PythonPackageUpdateParameters, options?: Python2PackageUpdateOptionalParams) => Promise<Module>

Özellik Değeri

(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: PythonPackageUpdateParameters, options?: Python2PackageUpdateOptionalParams) => Promise<Module>