Python2Package class

Python2Package を表すクラス。

コンストラクター

Python2Package(AutomationClientContext)

Python2Package を作成します。

メソッド

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

パッケージ名で識別される python 2 パッケージを作成または更新します。

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

名前で python 2 パッケージを削除します。

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

パッケージ名で識別される python 2 パッケージを取得します。

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

Python 2 パッケージの一覧を取得します。

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

Python 2 パッケージの一覧を取得します。

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

パッケージ名で識別される python 2 パッケージを更新します。

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

コンストラクターの詳細

Python2Package(AutomationClientContext)

Python2Package を作成します。

new Python2Package(client: AutomationClientContext)

パラメーター

client
AutomationClientContext

サービス クライアントへの参照。

メソッドの詳細

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

パッケージ名で識別される python 2 パッケージを作成または更新します。

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

packageName

string

Python パッケージの名前。

parameters
PythonPackageCreateParameters

Python パッケージの作成または更新パラメーター。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

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>)

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

packageName

string

Python パッケージの名前。

parameters
PythonPackageCreateParameters

Python パッケージの作成または更新パラメーター。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<Module>

コールバック。

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

function createOrUpdate(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: PythonPackageCreateParameters, callback: ServiceCallback<Module>)

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

packageName

string

Python パッケージの名前。

parameters
PythonPackageCreateParameters

Python パッケージの作成または更新パラメーター。

callback

ServiceCallback<Module>

コールバック。

deleteMethod(string, string, string, RequestOptionsBase)

名前で python 2 パッケージを削除します。

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

packageName

string

Python パッケージ名。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<RestResponse>

Promise<msRest.RestResponse>

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

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

packageName

string

Python パッケージ名。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<void>

コールバック。

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

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

packageName

string

Python パッケージ名。

callback

ServiceCallback<void>

コールバック。

get(string, string, string, RequestOptionsBase)

パッケージ名で識別される python 2 パッケージを取得します。

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

packageName

string

Python パッケージ名。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.Python2PackageGetResponse>

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

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

packageName

string

Python パッケージ名。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<Module>

コールバック。

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

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

packageName

string

Python パッケージ名。

callback

ServiceCallback<Module>

コールバック。

listByAutomationAccount(string, string, RequestOptionsBase)

Python 2 パッケージの一覧を取得します。

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.Python2PackageListByAutomationAccountResponse>

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

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<ModuleListResult>

コールバック。

listByAutomationAccount(string, string, ServiceCallback<ModuleListResult>)

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

callback

ServiceCallback<ModuleListResult>

コールバック。

listByAutomationAccountNext(string, RequestOptionsBase)

Python 2 パッケージの一覧を取得します。

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

パラメーター

nextPageLink

string

List 操作の前の正常な呼び出しからの NextLink。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.Python2PackageListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<ModuleListResult>)

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

パラメーター

nextPageLink

string

List 操作の前の正常な呼び出しからの NextLink。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<ModuleListResult>

コールバック。

listByAutomationAccountNext(string, ServiceCallback<ModuleListResult>)

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

パラメーター

nextPageLink

string

List 操作の前の正常な呼び出しからの NextLink。

callback

ServiceCallback<ModuleListResult>

コールバック。

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

パッケージ名で識別される python 2 パッケージを更新します。

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

packageName

string

Python パッケージの名前。

parameters
PythonPackageUpdateParameters

Python パッケージの更新パラメーター。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

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>)

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

packageName

string

Python パッケージの名前。

parameters
PythonPackageUpdateParameters

Python パッケージの更新パラメーター。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<Module>

コールバック。

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

function update(resourceGroupName: string, automationAccountName: string, packageName: string, parameters: PythonPackageUpdateParameters, callback: ServiceCallback<Module>)

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

packageName

string

Python パッケージの名前。

parameters
PythonPackageUpdateParameters

Python パッケージの更新パラメーター。

callback

ServiceCallback<Module>

コールバック。