HybridRunbookWorkers interface
Interface representing a HybridRunbookWorkers.
Methods
create(string, string, string, string, Hybrid |
Create a hybrid runbook worker. |
delete(string, string, string, string, Hybrid |
Delete a hybrid runbook worker. |
get(string, string, string, string, Hybrid |
Retrieve a hybrid runbook worker. |
list |
Retrieve a list of hybrid runbook workers. |
move(string, string, string, string, Hybrid |
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.
The options parameters.
Returns
Promise<HybridRunbookWorker>
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
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
The options parameters.
Returns
Promise<HybridRunbookWorker>
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
The options parameters.
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
The options parameters.
Returns
Promise<void>
Azure SDK for JavaScript