Freigeben über


Python2Package class

Klasse, die ein Python2Package darstellt.

Konstruktoren

Python2Package(AutomationClientContext)

Erstellen Sie ein Python2Package.Create a Python2Package.

Methoden

createOrUpdate(string, string, string, PythonPackageCreateParameters, RequestOptionsBase)

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

createOrUpdate(string, string, string, PythonPackageCreateParameters, RequestOptionsBase, ServiceCallback<Module>)
createOrUpdate(string, string, string, PythonPackageCreateParameters, ServiceCallback<Module>)
deleteMethod(string, string, string, RequestOptionsBase)

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

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, string, ServiceCallback<void>)
get(string, string, string, RequestOptionsBase)

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

get(string, string, string, RequestOptionsBase, ServiceCallback<Module>)
get(string, string, string, ServiceCallback<Module>)
listByAutomationAccount(string, string, RequestOptionsBase)

Dient zum Abrufen einer Liste von Python 2-Paketen.

listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<ModuleListResult>)
listByAutomationAccount(string, string, ServiceCallback<ModuleListResult>)
listByAutomationAccountNext(string, RequestOptionsBase)

Dient zum Abrufen einer Liste von Python 2-Paketen.

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<ModuleListResult>)
listByAutomationAccountNext(string, ServiceCallback<ModuleListResult>)
update(string, string, string, PythonPackageUpdateParameters, RequestOptionsBase)

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

update(string, string, string, PythonPackageUpdateParameters, RequestOptionsBase, ServiceCallback<Module>)
update(string, string, string, PythonPackageUpdateParameters, ServiceCallback<Module>)

Details zum Konstruktor

Python2Package(AutomationClientContext)

Erstellen Sie ein Python2Package.Create a Python2Package.

new Python2Package(client: AutomationClientContext)

Parameter

client
AutomationClientContext

Verweisen auf den Dienstclient.

Details zur Methode

createOrUpdate(string, string, string, PythonPackageCreateParameters, RequestOptionsBase)

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?: RequestOptionsBase): Promise<Python2PackageCreateOrUpdateResponse>

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
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.Python2PackageCreateOrUpdateResponse>

createOrUpdate(string, string, string, PythonPackageCreateParameters, RequestOptionsBase, ServiceCallback<Module>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: PythonPackageCreateParameters, options: RequestOptionsBase, callback: ServiceCallback<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
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<Module>

Der Rückruf

createOrUpdate(string, string, string, PythonPackageCreateParameters, ServiceCallback<Module>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: PythonPackageCreateParameters, callback: ServiceCallback<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.

callback

ServiceCallback<Module>

Der Rückruf

deleteMethod(string, string, string, RequestOptionsBase)

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

function deleteMethod(resourceGroupName: string, automationAccountName: string, packageName: string, options?: RequestOptionsBase): Promise<RestResponse>

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

packageName

string

Der Python-Paketname.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<RestResponse>

Zusage<msRest.RestResponse>

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, packageName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

packageName

string

Der Python-Paketname.

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<void>

Der Rückruf

deleteMethod(string, string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, packageName: string, callback: ServiceCallback<void>)

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

packageName

string

Der Python-Paketname.

callback

ServiceCallback<void>

Der Rückruf

get(string, string, string, RequestOptionsBase)

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

function get(resourceGroupName: string, automationAccountName: string, packageName: string, options?: RequestOptionsBase): Promise<Python2PackageGetResponse>

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

packageName

string

Der Python-Paketname.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.Python2PackageGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<Module>)

function get(resourceGroupName: string, automationAccountName: string, packageName: string, options: RequestOptionsBase, callback: ServiceCallback<Module>)

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

packageName

string

Der Python-Paketname.

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<Module>

Der Rückruf

get(string, string, string, ServiceCallback<Module>)

function get(resourceGroupName: string, automationAccountName: string, packageName: string, callback: ServiceCallback<Module>)

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

packageName

string

Der Python-Paketname.

callback

ServiceCallback<Module>

Der Rückruf

listByAutomationAccount(string, string, RequestOptionsBase)

Dient zum Abrufen einer Liste von Python 2-Paketen.

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<Python2PackageListByAutomationAccountResponse>

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.Python2PackageListByAutomationAccountResponse>

listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<ModuleListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<ModuleListResult>)

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<ModuleListResult>

Der Rückruf

listByAutomationAccount(string, string, ServiceCallback<ModuleListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<ModuleListResult>)

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

callback

ServiceCallback<ModuleListResult>

Der Rückruf

listByAutomationAccountNext(string, RequestOptionsBase)

Dient zum Abrufen einer Liste von Python 2-Paketen.

function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<Python2PackageListByAutomationAccountNextResponse>

Parameter

nextPageLink

string

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.Python2PackageListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<ModuleListResult>)

function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ModuleListResult>)

Parameter

nextPageLink

string

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<ModuleListResult>

Der Rückruf

listByAutomationAccountNext(string, ServiceCallback<ModuleListResult>)

function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<ModuleListResult>)

Parameter

nextPageLink

string

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

callback

ServiceCallback<ModuleListResult>

Der Rückruf

update(string, string, string, PythonPackageUpdateParameters, RequestOptionsBase)

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

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

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
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.Python2PackageUpdateResponse>

update(string, string, string, PythonPackageUpdateParameters, RequestOptionsBase, ServiceCallback<Module>)

function update(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: PythonPackageUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<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
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<Module>

Der Rückruf

update(string, string, string, PythonPackageUpdateParameters, ServiceCallback<Module>)

function update(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: PythonPackageUpdateParameters, callback: ServiceCallback<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.

callback

ServiceCallback<Module>

Der Rückruf