HybridRunbookWorkerGroupOperations class

Class representing a HybridRunbookWorkerGroupOperations.

Constructors

HybridRunbookWorkerGroupOperations(AutomationClientContext)

Create a HybridRunbookWorkerGroupOperations.

Methods

deleteMethod(string, string, string, RequestOptionsBase)

Delete a hybrid runbook worker group.

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

Retrieve a hybrid runbook worker group.

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

Retrieve a list of hybrid runbook worker groups.

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

Retrieve a list of hybrid runbook worker groups.

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

Update a hybrid runbook worker group.

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

Constructor Details

HybridRunbookWorkerGroupOperations(AutomationClientContext)

Create a HybridRunbookWorkerGroupOperations.

new HybridRunbookWorkerGroupOperations(client: AutomationClientContext)

Parameters

client
AutomationClientContext

Reference to the service client.

Method Details

deleteMethod(string, string, string, RequestOptionsBase)

Delete a hybrid runbook worker group.

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

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

hybridRunbookWorkerGroupName

string

The hybrid runbook worker group name

options
RequestOptionsBase

The optional parameters

Returns

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

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

hybridRunbookWorkerGroupName

string

The hybrid runbook worker group name

options
RequestOptionsBase

The optional parameters

callback

ServiceCallback<void>

The callback

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

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

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

hybridRunbookWorkerGroupName

string

The hybrid runbook worker group name

callback

ServiceCallback<void>

The callback

get(string, string, string, RequestOptionsBase)

Retrieve a hybrid runbook worker group.

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

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

hybridRunbookWorkerGroupName

string

The hybrid runbook worker group name

options
RequestOptionsBase

The optional parameters

Returns

Promise<Models.HybridRunbookWorkerGroupGetResponse>

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

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

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

hybridRunbookWorkerGroupName

string

The hybrid runbook worker group name

options
RequestOptionsBase

The optional parameters

callback

ServiceCallback<HybridRunbookWorkerGroup>

The callback

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

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

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

hybridRunbookWorkerGroupName

string

The hybrid runbook worker group name

callback

ServiceCallback<HybridRunbookWorkerGroup>

The callback

listByAutomationAccount(string, string, HybridRunbookWorkerGroupListByAutomationAccountOptionalParams)

Retrieve a list of hybrid runbook worker groups.

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

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

Returns

Promise<Models.HybridRunbookWorkerGroupListByAutomationAccountResponse>

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

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

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

listByAutomationAccount(string, string, ServiceCallback<HybridRunbookWorkerGroupsListResult>)

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

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

listByAutomationAccountNext(string, RequestOptionsBase)

Retrieve a list of hybrid runbook worker groups.

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

Parameters

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
RequestOptionsBase

The optional parameters

Returns

Promise<Models.HybridRunbookWorkerGroupListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<HybridRunbookWorkerGroupsListResult>)

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

Parameters

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
RequestOptionsBase

The optional parameters

listByAutomationAccountNext(string, ServiceCallback<HybridRunbookWorkerGroupsListResult>)

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

Parameters

nextPageLink

string

The NextLink from the previous successful call to List operation.

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

Update a hybrid runbook worker group.

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

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

hybridRunbookWorkerGroupName

string

The hybrid runbook worker group name

parameters
HybridRunbookWorkerGroupUpdateParameters

The hybrid runbook worker group

options
RequestOptionsBase

The optional parameters

Returns

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

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

hybridRunbookWorkerGroupName

string

The hybrid runbook worker group name

parameters
HybridRunbookWorkerGroupUpdateParameters

The hybrid runbook worker group

options
RequestOptionsBase

The optional parameters

callback

ServiceCallback<HybridRunbookWorkerGroup>

The callback

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

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

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

hybridRunbookWorkerGroupName

string

The hybrid runbook worker group name

parameters
HybridRunbookWorkerGroupUpdateParameters

The hybrid runbook worker group

callback

ServiceCallback<HybridRunbookWorkerGroup>

The callback