ModuleOperations class

ModuleOperations を表すクラス。

コンストラクター

ModuleOperations(AutomationClientContext)

ModuleOperations を作成します。

メソッド

createOrUpdate(string, string, string, ModuleCreateOrUpdateParameters, RequestOptionsBase)

モジュール名で識別されるモジュールを作成または更新します。

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

モジュールを名前で削除します。

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

モジュール名で識別されるモジュールを取得します。

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

モジュールの一覧を取得します。

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

モジュールの一覧を取得します。

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

モジュール名で識別されるモジュールを更新します。

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

コンストラクターの詳細

ModuleOperations(AutomationClientContext)

ModuleOperations を作成します。

new ModuleOperations(client: AutomationClientContext)

パラメーター

client
AutomationClientContext

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

メソッドの詳細

createOrUpdate(string, string, string, ModuleCreateOrUpdateParameters, RequestOptionsBase)

モジュール名で識別されるモジュールを作成または更新します。

function createOrUpdate(resourceGroupName: string, automationAccountName: string, moduleName: string, parameters: ModuleCreateOrUpdateParameters, options?: RequestOptionsBase): Promise<ModuleCreateOrUpdateResponse>

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

moduleName

string

モジュールの名前。

parameters
ModuleCreateOrUpdateParameters

モジュールの作成または更新パラメーター。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.ModuleCreateOrUpdateResponse>

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

function createOrUpdate(resourceGroupName: string, automationAccountName: string, moduleName: string, parameters: ModuleCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Module>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

moduleName

string

モジュールの名前。

parameters
ModuleCreateOrUpdateParameters

モジュールの作成または更新パラメーター。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<Module>

コールバック。

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

function createOrUpdate(resourceGroupName: string, automationAccountName: string, moduleName: string, parameters: ModuleCreateOrUpdateParameters, callback: ServiceCallback<Module>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

moduleName

string

モジュールの名前。

parameters
ModuleCreateOrUpdateParameters

モジュールの作成または更新パラメーター。

callback

ServiceCallback<Module>

コールバック。

deleteMethod(string, string, string, RequestOptionsBase)

モジュールを名前で削除します。

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

moduleName

string

モジュール名。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<RestResponse>

Promise<msRest.RestResponse>

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

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

moduleName

string

モジュール名。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<void>

コールバック。

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

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

moduleName

string

モジュール名。

callback

ServiceCallback<void>

コールバック。

get(string, string, string, RequestOptionsBase)

モジュール名で識別されるモジュールを取得します。

function get(resourceGroupName: string, automationAccountName: string, moduleName: string, options?: RequestOptionsBase): Promise<ModuleGetResponse>

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

moduleName

string

モジュール名。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.ModuleGetResponse>

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

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

moduleName

string

モジュール名。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<Module>

コールバック。

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

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

moduleName

string

モジュール名。

callback

ServiceCallback<Module>

コールバック。

listByAutomationAccount(string, string, RequestOptionsBase)

モジュールの一覧を取得します。

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.ModuleListByAutomationAccountResponse>

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)

モジュールの一覧を取得します。

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

パラメーター

nextPageLink

string

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

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.ModuleListByAutomationAccountNextResponse>

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, ModuleUpdateParameters, RequestOptionsBase)

モジュール名で識別されるモジュールを更新します。

function update(resourceGroupName: string, automationAccountName: string, moduleName: string, parameters: ModuleUpdateParameters, options?: RequestOptionsBase): Promise<ModuleUpdateResponse>

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

moduleName

string

モジュールの名前。

parameters
ModuleUpdateParameters

モジュールの更新パラメーター。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.ModuleUpdateResponse>

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

function update(resourceGroupName: string, automationAccountName: string, moduleName: string, parameters: ModuleUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Module>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

moduleName

string

モジュールの名前。

parameters
ModuleUpdateParameters

モジュールの更新パラメーター。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<Module>

コールバック。

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

function update(resourceGroupName: string, automationAccountName: string, moduleName: string, parameters: ModuleUpdateParameters, callback: ServiceCallback<Module>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

moduleName

string

モジュールの名前。

parameters
ModuleUpdateParameters

モジュールの更新パラメーター。

callback

ServiceCallback<Module>

コールバック。