Udostępnij za pośrednictwem


HybridRunbookWorkerGroupOperations class

Klasa reprezentująca element HybridRunbookWorkerGroupOperations.

Konstruktory

HybridRunbookWorkerGroupOperations(AutomationClientContext)

Utwórz element HybridRunbookWorkerGroupOperations.

Metody

deleteMethod(string, string, string, RequestOptionsBase)

Usuń hybrydową grupę procesów roboczych elementu Runbook.

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

Pobieranie hybrydowej grupy procesów roboczych elementu Runbook.

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

Pobieranie listy hybrydowych grup procesów roboczych elementu Runbook.

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

Pobieranie listy hybrydowych grup procesów roboczych elementu Runbook.

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

Zaktualizuj hybrydową grupę procesów roboczych elementu Runbook.

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

Szczegóły konstruktora

HybridRunbookWorkerGroupOperations(AutomationClientContext)

Utwórz element HybridRunbookWorkerGroupOperations.

new HybridRunbookWorkerGroupOperations(client: AutomationClientContext)

Parametry

client
AutomationClientContext

Odwołanie do klienta usługi.

Szczegóły metody

deleteMethod(string, string, string, RequestOptionsBase)

Usuń hybrydową grupę procesów roboczych elementu Runbook.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

hybridRunbookWorkerGroupName

string

Nazwa grupy hybrydowych procesów roboczych elementu Runbook

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<RestResponse>

Promise<msRest.RestResponse>

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

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

hybridRunbookWorkerGroupName

string

Nazwa grupy hybrydowych procesów roboczych elementu Runbook

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<void>

Wywołanie zwrotne

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

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

hybridRunbookWorkerGroupName

string

Nazwa grupy hybrydowych procesów roboczych elementu Runbook

callback

ServiceCallback<void>

Wywołanie zwrotne

get(string, string, string, RequestOptionsBase)

Pobieranie hybrydowej grupy procesów roboczych elementu Runbook.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

hybridRunbookWorkerGroupName

string

Nazwa grupy hybrydowych procesów roboczych elementu Runbook

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<Models.HybridRunbookWorkerGroupGetResponse>

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

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

hybridRunbookWorkerGroupName

string

Nazwa grupy hybrydowych procesów roboczych elementu Runbook

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<HybridRunbookWorkerGroup>

Wywołanie zwrotne

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

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

hybridRunbookWorkerGroupName

string

Nazwa grupy hybrydowych procesów roboczych elementu Runbook

callback

ServiceCallback<HybridRunbookWorkerGroup>

Wywołanie zwrotne

listByAutomationAccount(string, string, HybridRunbookWorkerGroupListByAutomationAccountOptionalParams)

Pobieranie listy hybrydowych grup procesów roboczych elementu Runbook.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

Zwraca

Promise<Models.HybridRunbookWorkerGroupListByAutomationAccountResponse>

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

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

listByAutomationAccount(string, string, ServiceCallback<HybridRunbookWorkerGroupsListResult>)

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

listByAutomationAccountNext(string, RequestOptionsBase)

Pobieranie listy hybrydowych grup procesów roboczych elementu Runbook.

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

Parametry

nextPageLink

string

Operacja NextLink z poprzedniego pomyślnego wywołania do listy.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<Models.HybridRunbookWorkerGroupListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<HybridRunbookWorkerGroupsListResult>)

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

Parametry

nextPageLink

string

Operacja NextLink z poprzedniego pomyślnego wywołania do listy.

options
RequestOptionsBase

Parametry opcjonalne

listByAutomationAccountNext(string, ServiceCallback<HybridRunbookWorkerGroupsListResult>)

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

Parametry

nextPageLink

string

Operacja NextLink z poprzedniego pomyślnego wywołania do listy.

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

Zaktualizuj hybrydową grupę procesów roboczych elementu Runbook.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

hybridRunbookWorkerGroupName

string

Nazwa grupy hybrydowych procesów roboczych elementu Runbook

parameters
HybridRunbookWorkerGroupUpdateParameters

Hybrydowa grupa procesów roboczych elementu Runbook

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

hybridRunbookWorkerGroupName

string

Nazwa grupy hybrydowych procesów roboczych elementu Runbook

parameters
HybridRunbookWorkerGroupUpdateParameters

Hybrydowa grupa procesów roboczych elementu Runbook

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<HybridRunbookWorkerGroup>

Wywołanie zwrotne

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

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

hybridRunbookWorkerGroupName

string

Nazwa grupy hybrydowych procesów roboczych elementu Runbook

parameters
HybridRunbookWorkerGroupUpdateParameters

Hybrydowa grupa procesów roboczych elementu Runbook

callback

ServiceCallback<HybridRunbookWorkerGroup>

Wywołanie zwrotne