HybridRunbookWorkers interface

Interface representing a HybridRunbookWorkers.

Methods

create(string, string, string, string, HybridRunbookWorkerCreateParameters, HybridRunbookWorkersCreateOptionalParams)

Create a hybrid runbook worker.

delete(string, string, string, string, HybridRunbookWorkersDeleteOptionalParams)

Delete a hybrid runbook worker.

get(string, string, string, string, HybridRunbookWorkersGetOptionalParams)

Retrieve a hybrid runbook worker.

listByHybridRunbookWorkerGroup(string, string, string, HybridRunbookWorkersListByHybridRunbookWorkerGroupOptionalParams)

Retrieve a list of hybrid runbook workers.

move(string, string, string, string, HybridRunbookWorkerMoveParameters, HybridRunbookWorkersMoveOptionalParams)

Move a hybrid worker to a different group.

Method Details

create(string, string, string, string, HybridRunbookWorkerCreateParameters, HybridRunbookWorkersCreateOptionalParams)

Create a hybrid runbook worker.

function create(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, hybridRunbookWorkerId: string, hybridRunbookWorkerCreationParameters: HybridRunbookWorkerCreateParameters, options?: HybridRunbookWorkersCreateOptionalParams): Promise<HybridRunbookWorker>

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

hybridRunbookWorkerId

string

The hybrid runbook worker id

hybridRunbookWorkerCreationParameters
HybridRunbookWorkerCreateParameters

The create or update parameters for hybrid runbook worker.

options
HybridRunbookWorkersCreateOptionalParams

The options parameters.

Returns

delete(string, string, string, string, HybridRunbookWorkersDeleteOptionalParams)

Delete a hybrid runbook worker.

function delete(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, hybridRunbookWorkerId: string, options?: HybridRunbookWorkersDeleteOptionalParams): Promise<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

hybridRunbookWorkerId

string

The hybrid runbook worker id

options
HybridRunbookWorkersDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, string, string, HybridRunbookWorkersGetOptionalParams)

Retrieve a hybrid runbook worker.

function get(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, hybridRunbookWorkerId: string, options?: HybridRunbookWorkersGetOptionalParams): Promise<HybridRunbookWorker>

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

hybridRunbookWorkerId

string

The hybrid runbook worker id

options
HybridRunbookWorkersGetOptionalParams

The options parameters.

Returns

listByHybridRunbookWorkerGroup(string, string, string, HybridRunbookWorkersListByHybridRunbookWorkerGroupOptionalParams)

Retrieve a list of hybrid runbook workers.

function listByHybridRunbookWorkerGroup(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, options?: HybridRunbookWorkersListByHybridRunbookWorkerGroupOptionalParams): PagedAsyncIterableIterator<HybridRunbookWorker, HybridRunbookWorker[], PageSettings>

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

Returns

move(string, string, string, string, HybridRunbookWorkerMoveParameters, HybridRunbookWorkersMoveOptionalParams)

Move a hybrid worker to a different group.

function move(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, hybridRunbookWorkerId: string, hybridRunbookWorkerMoveParameters: HybridRunbookWorkerMoveParameters, options?: HybridRunbookWorkersMoveOptionalParams): Promise<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

hybridRunbookWorkerId

string

The hybrid runbook worker id

hybridRunbookWorkerMoveParameters
HybridRunbookWorkerMoveParameters

The hybrid runbook worker move parameters

options
HybridRunbookWorkersMoveOptionalParams

The options parameters.

Returns

Promise<void>