Delen via


HybridRunbookWorkers interface

Interface die een HybridRunbookWorkers vertegenwoordigt.

Methoden

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

Maak een hybrid runbook worker.

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

Een hybrid runbook worker verwijderen.

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

Haal een hybrid runbook worker op.

listByHybridRunbookWorkerGroup(string, string, string, HybridRunbookWorkersListByHybridRunbookWorkerGroupOptionalParams)

Haal een lijst met hybrid runbook workers op.

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

Een hybrid worker verplaatsen naar een andere groep.

Methodedetails

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

Maak een hybrid runbook worker.

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

hybridRunbookWorkerGroupName

string

De naam van de hybrid runbook worker-groep

hybridRunbookWorkerId

string

De werkrol-id van het hybride runbook

hybridRunbookWorkerCreationParameters
HybridRunbookWorkerCreateParameters

De parameters voor het maken of bijwerken van hybrid runbook worker.

options
HybridRunbookWorkersCreateOptionalParams

De optiesparameters.

Retouren

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

Een hybrid runbook worker verwijderen.

function delete(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, hybridRunbookWorkerId: string, options?: HybridRunbookWorkersDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

hybridRunbookWorkerGroupName

string

De naam van de hybrid runbook worker-groep

hybridRunbookWorkerId

string

De werkrol-id van het hybride runbook

options
HybridRunbookWorkersDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

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

Haal een hybrid runbook worker op.

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

hybridRunbookWorkerGroupName

string

De naam van de hybrid runbook worker-groep

hybridRunbookWorkerId

string

De werkrol-id van het hybride runbook

options
HybridRunbookWorkersGetOptionalParams

De optiesparameters.

Retouren

listByHybridRunbookWorkerGroup(string, string, string, HybridRunbookWorkersListByHybridRunbookWorkerGroupOptionalParams)

Haal een lijst met hybrid runbook workers op.

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

hybridRunbookWorkerGroupName

string

De naam van de hybrid runbook worker-groep

Retouren

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

Een hybrid worker verplaatsen naar een andere groep.

function move(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, hybridRunbookWorkerId: string, hybridRunbookWorkerMoveParameters: HybridRunbookWorkerMoveParameters, options?: HybridRunbookWorkersMoveOptionalParams): Promise<void>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

hybridRunbookWorkerGroupName

string

De naam van de hybrid runbook worker-groep

hybridRunbookWorkerId

string

De werkrol-id van het hybride runbook

hybridRunbookWorkerMoveParameters
HybridRunbookWorkerMoveParameters

De parameters voor de verplaatsing van de hybrid runbook worker

options
HybridRunbookWorkersMoveOptionalParams

De optiesparameters.

Retouren

Promise<void>