Freigeben über


HybridRunbookWorkers interface

Schnittstelle, die eine HybridRunbookWorkers darstellt.

Methoden

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

Erstellen Sie einen Hybrid-Runbook-Worker.

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

Löschen sie einen Hybrid-Runbook-Worker.

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

Rufen Sie einen Hybrid-Runbook-Worker ab.

listByHybridRunbookWorkerGroup(string, string, string, HybridRunbookWorkersListByHybridRunbookWorkerGroupOptionalParams)

Dient zum Abrufen einer Liste von Hybrid-Runbook-Workern.

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

Verschieben eines Hybrid-Workers in eine andere Gruppe.

Details zur Methode

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

Erstellen Sie einen Hybrid-Runbook-Worker.

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

hybridRunbookWorkerGroupName

string

Der Name der Hybrid-Runbook-Workergruppe

hybridRunbookWorkerId

string

Die Hybrid-Runbook-Worker-ID

hybridRunbookWorkerCreationParameters
HybridRunbookWorkerCreateParameters

Die Erstellungs- oder Aktualisierungsparameter für hybriden Runbook-Worker.

options
HybridRunbookWorkersCreateOptionalParams

Die Optionsparameter.

Gibt zurück

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

Löschen sie einen Hybrid-Runbook-Worker.

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

hybridRunbookWorkerGroupName

string

Der Name der Hybrid-Runbook-Workergruppe

hybridRunbookWorkerId

string

Die Hybrid-Runbook-Worker-ID

options
HybridRunbookWorkersDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<void>

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

Rufen Sie einen Hybrid-Runbook-Worker ab.

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

hybridRunbookWorkerGroupName

string

Der Name der Hybrid-Runbook-Workergruppe

hybridRunbookWorkerId

string

Die Hybrid-Runbook-Worker-ID

options
HybridRunbookWorkersGetOptionalParams

Die Optionsparameter.

Gibt zurück

listByHybridRunbookWorkerGroup(string, string, string, HybridRunbookWorkersListByHybridRunbookWorkerGroupOptionalParams)

Dient zum Abrufen einer Liste von Hybrid-Runbook-Workern.

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

hybridRunbookWorkerGroupName

string

Der Name der Hybrid-Runbook-Workergruppe

Gibt zurück

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

Verschieben eines Hybrid-Workers in eine andere Gruppe.

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

hybridRunbookWorkerGroupName

string

Der Name der Hybrid-Runbook-Workergruppe

hybridRunbookWorkerId

string

Die Hybrid-Runbook-Worker-ID

hybridRunbookWorkerMoveParameters
HybridRunbookWorkerMoveParameters

Die Move-Parameter des Hybrid-Runbook-Workers

options
HybridRunbookWorkersMoveOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<void>