Freigeben über


Python2Package interface

Schnittstelle, die ein Python2Package darstellt.

Methoden

createOrUpdate(string, string, string, PythonPackageCreateParameters, Python2PackageCreateOrUpdateOptionalParams)

Erstellen oder aktualisieren Sie das python 2-Paket, das durch den Paketnamen identifiziert wird.

delete(string, string, string, Python2PackageDeleteOptionalParams)

Löschen Sie das Python 2-Paket anhand des Namens.

get(string, string, string, Python2PackageGetOptionalParams)

Rufen Sie das python 2-Paket ab, das durch den Paketnamen identifiziert wird.

listByAutomationAccount(string, string, Python2PackageListByAutomationAccountOptionalParams)

Dient zum Abrufen einer Liste von Python 2-Paketen.

update(string, string, string, PythonPackageUpdateParameters, Python2PackageUpdateOptionalParams)

Aktualisieren Sie das python 2-Paket, das durch den Paketnamen identifiziert wird.

Details zur Methode

createOrUpdate(string, string, string, PythonPackageCreateParameters, Python2PackageCreateOrUpdateOptionalParams)

Erstellen oder aktualisieren Sie das python 2-Paket, das durch den Paketnamen identifiziert wird.

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

packageName

string

Der Name des Python-Pakets.

parameters
PythonPackageCreateParameters

Die Erstellungs- oder Aktualisierungsparameter für python-Paket.

options
Python2PackageCreateOrUpdateOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<Module>

delete(string, string, string, Python2PackageDeleteOptionalParams)

Löschen Sie das Python 2-Paket anhand des Namens.

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

packageName

string

Der Python-Paketname.

options
Python2PackageDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<void>

get(string, string, string, Python2PackageGetOptionalParams)

Rufen Sie das python 2-Paket ab, das durch den Paketnamen identifiziert wird.

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

packageName

string

Der Python-Paketname.

options
Python2PackageGetOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<Module>

listByAutomationAccount(string, string, Python2PackageListByAutomationAccountOptionalParams)

Dient zum Abrufen einer Liste von Python 2-Paketen.

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

Gibt zurück

update(string, string, string, PythonPackageUpdateParameters, Python2PackageUpdateOptionalParams)

Aktualisieren Sie das python 2-Paket, das durch den Paketnamen identifiziert wird.

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

packageName

string

Der Name des Python-Pakets.

parameters
PythonPackageUpdateParameters

Die Updateparameter für python-Paket.

options
Python2PackageUpdateOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<Module>