Freigeben über


HybridRunbookWorkerGroupOperations class

Klasse, die eine HybridRunbookWorkerGroupOperations darstellt.

Konstruktoren

HybridRunbookWorkerGroupOperations(AutomationClientContext)

Erstellen Sie eine HybridRunbookWorkerGroupOperations.

Methoden

deleteMethod(string, string, string, RequestOptionsBase)

Löschen Sie eine Hybrid-Runbook-Workergruppe.

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

Rufen Sie eine Hybrid-Runbook-Workergruppe ab.

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

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

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

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

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

Aktualisieren sie eine Hybrid-Runbook-Workergruppe.

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

Details zum Konstruktor

HybridRunbookWorkerGroupOperations(AutomationClientContext)

Erstellen Sie eine HybridRunbookWorkerGroupOperations.

new HybridRunbookWorkerGroupOperations(client: AutomationClientContext)

Parameter

client
AutomationClientContext

Verweisen auf den Dienstclient.

Details zur Methode

deleteMethod(string, string, string, RequestOptionsBase)

Löschen Sie eine Hybrid-Runbook-Workergruppe.

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

hybridRunbookWorkerGroupName

string

Der Name der Hybrid-Runbook-Workergruppe

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<RestResponse>

Zusage<msRest.RestResponse>

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

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

hybridRunbookWorkerGroupName

string

Der Name der Hybrid-Runbook-Workergruppe

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<void>

Der Rückruf

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

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

hybridRunbookWorkerGroupName

string

Der Name der Hybrid-Runbook-Workergruppe

callback

ServiceCallback<void>

Der Rückruf

get(string, string, string, RequestOptionsBase)

Rufen Sie eine Hybrid-Runbook-Workergruppe ab.

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

hybridRunbookWorkerGroupName

string

Der Name der Hybrid-Runbook-Workergruppe

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.HybridRunbookWorkerGroupGetResponse>

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

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

hybridRunbookWorkerGroupName

string

Der Name der Hybrid-Runbook-Workergruppe

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<HybridRunbookWorkerGroup>

Der Rückruf

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

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

hybridRunbookWorkerGroupName

string

Der Name der Hybrid-Runbook-Workergruppe

callback

ServiceCallback<HybridRunbookWorkerGroup>

Der Rückruf

listByAutomationAccount(string, string, HybridRunbookWorkerGroupListByAutomationAccountOptionalParams)

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

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

Gibt zurück

Promise<Models.HybridRunbookWorkerGroupListByAutomationAccountResponse>

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

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

listByAutomationAccount(string, string, ServiceCallback<HybridRunbookWorkerGroupsListResult>)

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

listByAutomationAccountNext(string, RequestOptionsBase)

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

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

Parameter

nextPageLink

string

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.HybridRunbookWorkerGroupListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<HybridRunbookWorkerGroupsListResult>)

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

Parameter

nextPageLink

string

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

options
RequestOptionsBase

Die optionalen Parameter

listByAutomationAccountNext(string, ServiceCallback<HybridRunbookWorkerGroupsListResult>)

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

Parameter

nextPageLink

string

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

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

Aktualisieren sie eine Hybrid-Runbook-Workergruppe.

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

hybridRunbookWorkerGroupName

string

Der Name der Hybrid-Runbook-Workergruppe

parameters
HybridRunbookWorkerGroupUpdateParameters

Die Hybrid-Runbook-Workergruppe

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

hybridRunbookWorkerGroupName

string

Der Name der Hybrid-Runbook-Workergruppe

parameters
HybridRunbookWorkerGroupUpdateParameters

Die Hybrid-Runbook-Workergruppe

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<HybridRunbookWorkerGroup>

Der Rückruf

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

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

hybridRunbookWorkerGroupName

string

Der Name der Hybrid-Runbook-Workergruppe

parameters
HybridRunbookWorkerGroupUpdateParameters

Die Hybrid-Runbook-Workergruppe

callback

ServiceCallback<HybridRunbookWorkerGroup>

Der Rückruf