次の方法で共有


HybridRunbookWorkerGroupOperations class

HybridRunbookWorkerGroupOperations を表すクラス。

コンストラクター

HybridRunbookWorkerGroupOperations(AutomationClientContext)

HybridRunbookWorkerGroupOperations を作成します。

メソッド

deleteMethod(string, string, string, RequestOptionsBase)

ハイブリッド Runbook worker グループを削除します。

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

ハイブリッド Runbook worker グループを取得します。

get(string, string, string, RequestOptionsBase, ServiceCallback<HybridRunbookWorkerGroup>)
get(string, string, string, ServiceCallback<HybridRunbookWorkerGroup>)
listByAutomationAccount(string, string, HybridRunbookWorkerGroupListByAutomationAccountOptionalParams)

ハイブリッド Runbook worker グループの一覧を取得します。

listByAutomationAccount(string, string, HybridRunbookWorkerGroupListByAutomationAccountOptionalParams, ServiceCallback<HybridRunbookWorkerGroupsListResult>)
listByAutomationAccount(string, string, ServiceCallback<HybridRunbookWorkerGroupsListResult>)
listByAutomationAccountNext(string, RequestOptionsBase)

ハイブリッド Runbook worker グループの一覧を取得します。

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<HybridRunbookWorkerGroupsListResult>)
listByAutomationAccountNext(string, ServiceCallback<HybridRunbookWorkerGroupsListResult>)
update(string, string, string, HybridRunbookWorkerGroupUpdateParameters, RequestOptionsBase)

ハイブリッド Runbook worker グループを更新します。

update(string, string, string, HybridRunbookWorkerGroupUpdateParameters, RequestOptionsBase, ServiceCallback<HybridRunbookWorkerGroup>)
update(string, string, string, HybridRunbookWorkerGroupUpdateParameters, ServiceCallback<HybridRunbookWorkerGroup>)

コンストラクターの詳細

HybridRunbookWorkerGroupOperations(AutomationClientContext)

HybridRunbookWorkerGroupOperations を作成します。

new HybridRunbookWorkerGroupOperations(client: AutomationClientContext)

パラメーター

client
AutomationClientContext

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

メソッドの詳細

deleteMethod(string, string, string, RequestOptionsBase)

ハイブリッド Runbook worker グループを削除します。

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

hybridRunbookWorkerGroupName

string

Hybrid Runbook worker グループ名

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<RestResponse>

Promise<msRest.RestResponse>

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

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

hybridRunbookWorkerGroupName

string

Hybrid Runbook worker グループ名

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<void>

コールバック。

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

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

hybridRunbookWorkerGroupName

string

Hybrid Runbook worker グループ名

callback

ServiceCallback<void>

コールバック。

get(string, string, string, RequestOptionsBase)

ハイブリッド Runbook worker グループを取得します。

function get(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, options?: RequestOptionsBase): Promise<HybridRunbookWorkerGroupGetResponse>

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

hybridRunbookWorkerGroupName

string

Hybrid Runbook worker グループ名

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.HybridRunbookWorkerGroupGetResponse>

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

function get(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<HybridRunbookWorkerGroup>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

hybridRunbookWorkerGroupName

string

Hybrid Runbook worker グループ名

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<HybridRunbookWorkerGroup>

コールバック。

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

function get(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, callback: ServiceCallback<HybridRunbookWorkerGroup>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

hybridRunbookWorkerGroupName

string

Hybrid Runbook worker グループ名

callback

ServiceCallback<HybridRunbookWorkerGroup>

コールバック。

listByAutomationAccount(string, string, HybridRunbookWorkerGroupListByAutomationAccountOptionalParams)

ハイブリッド Runbook worker グループの一覧を取得します。

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: HybridRunbookWorkerGroupListByAutomationAccountOptionalParams): Promise<HybridRunbookWorkerGroupListByAutomationAccountResponse>

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

options
HybridRunbookWorkerGroupListByAutomationAccountOptionalParams

省略可能なパラメーター

戻り値

Promise<Models.HybridRunbookWorkerGroupListByAutomationAccountResponse>

listByAutomationAccount(string, string, HybridRunbookWorkerGroupListByAutomationAccountOptionalParams, ServiceCallback<HybridRunbookWorkerGroupsListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: HybridRunbookWorkerGroupListByAutomationAccountOptionalParams, callback: ServiceCallback<HybridRunbookWorkerGroupsListResult>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

options
HybridRunbookWorkerGroupListByAutomationAccountOptionalParams

省略可能なパラメーター

callback

ServiceCallback<HybridRunbookWorkerGroupsListResult>

コールバック。

listByAutomationAccount(string, string, ServiceCallback<HybridRunbookWorkerGroupsListResult>)

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

callback

ServiceCallback<HybridRunbookWorkerGroupsListResult>

コールバック。

listByAutomationAccountNext(string, RequestOptionsBase)

ハイブリッド Runbook worker グループの一覧を取得します。

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

パラメーター

nextPageLink

string

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

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.HybridRunbookWorkerGroupListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<HybridRunbookWorkerGroupsListResult>)

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

パラメーター

nextPageLink

string

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

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<HybridRunbookWorkerGroupsListResult>

コールバック。

listByAutomationAccountNext(string, ServiceCallback<HybridRunbookWorkerGroupsListResult>)

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

パラメーター

nextPageLink

string

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

callback

ServiceCallback<HybridRunbookWorkerGroupsListResult>

コールバック。

update(string, string, string, HybridRunbookWorkerGroupUpdateParameters, RequestOptionsBase)

ハイブリッド Runbook worker グループを更新します。

function update(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, parameters: HybridRunbookWorkerGroupUpdateParameters, options?: RequestOptionsBase): Promise<HybridRunbookWorkerGroupUpdateResponse>

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

hybridRunbookWorkerGroupName

string

Hybrid Runbook worker グループ名

parameters
HybridRunbookWorkerGroupUpdateParameters

Hybrid Runbook worker グループ

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.HybridRunbookWorkerGroupUpdateResponse>

update(string, string, string, HybridRunbookWorkerGroupUpdateParameters, RequestOptionsBase, ServiceCallback<HybridRunbookWorkerGroup>)

function update(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, parameters: HybridRunbookWorkerGroupUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<HybridRunbookWorkerGroup>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

hybridRunbookWorkerGroupName

string

Hybrid Runbook worker グループ名

parameters
HybridRunbookWorkerGroupUpdateParameters

Hybrid Runbook worker グループ

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<HybridRunbookWorkerGroup>

コールバック。

update(string, string, string, HybridRunbookWorkerGroupUpdateParameters, ServiceCallback<HybridRunbookWorkerGroup>)

function update(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, parameters: HybridRunbookWorkerGroupUpdateParameters, callback: ServiceCallback<HybridRunbookWorkerGroup>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

hybridRunbookWorkerGroupName

string

Hybrid Runbook worker グループ名

parameters
HybridRunbookWorkerGroupUpdateParameters

Hybrid Runbook worker グループ

callback

ServiceCallback<HybridRunbookWorkerGroup>

コールバック。