Delen via


RunbookOperations class

Klasse die een RunbookOperations vertegenwoordigt.

Constructors

RunbookOperations(AutomationClientContext)

Maak een RunbookOperations.

Methoden

beginPublish(string, string, string, RequestOptionsBase)

Runbookconcept publiceren.

createOrUpdate(string, string, string, RunbookCreateOrUpdateParameters, RequestOptionsBase)

Maak het runbook dat is geïdentificeerd door de naam van het runbook.

createOrUpdate(string, string, string, RunbookCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<Runbook>)
createOrUpdate(string, string, string, RunbookCreateOrUpdateParameters, ServiceCallback<Runbook>)
deleteMethod(string, string, string, RequestOptionsBase)

Verwijder het runbook op naam.

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

Haal het runbook op dat is geïdentificeerd door de naam van het runbook.

get(string, string, string, RequestOptionsBase, ServiceCallback<Runbook>)
get(string, string, string, ServiceCallback<Runbook>)
getContent(string, string, string, RequestOptionsBase)

Haal de inhoud van het runbook op die is geïdentificeerd door de naam van het runbook.

getContent(string, string, string, RequestOptionsBase, ServiceCallback<void>)
getContent(string, string, string, ServiceCallback<void>)
listByAutomationAccount(string, string, RequestOptionsBase)

Haal een lijst met runbooks op.

listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<RunbookListResult>)
listByAutomationAccount(string, string, ServiceCallback<RunbookListResult>)
listByAutomationAccountNext(string, RequestOptionsBase)

Haal een lijst met runbooks op.

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<RunbookListResult>)
listByAutomationAccountNext(string, ServiceCallback<RunbookListResult>)
publish(string, string, string, RequestOptionsBase)

Runbookconcept publiceren.

update(string, string, string, RunbookUpdateParameters, RequestOptionsBase)

Werk het runbook bij dat is geïdentificeerd door de naam van het runbook.

update(string, string, string, RunbookUpdateParameters, RequestOptionsBase, ServiceCallback<Runbook>)
update(string, string, string, RunbookUpdateParameters, ServiceCallback<Runbook>)

Constructordetails

RunbookOperations(AutomationClientContext)

Maak een RunbookOperations.

new RunbookOperations(client: AutomationClientContext)

Parameters

client
AutomationClientContext

Verwijzing naar de serviceclient.

Methodedetails

beginPublish(string, string, string, RequestOptionsBase)

Runbookconcept publiceren.

function beginPublish(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: RequestOptionsBase): Promise<LROPoller>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De parameters die zijn opgegeven voor de runbookbewerking publiceren.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<@azure/ms-rest-azure-js.LROPoller>

Promise<msRestAzure.LROPoller>

createOrUpdate(string, string, string, RunbookCreateOrUpdateParameters, RequestOptionsBase)

Maak het runbook dat is geïdentificeerd door de naam van het runbook.

function createOrUpdate(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: RunbookCreateOrUpdateParameters, options?: RequestOptionsBase): Promise<RunbookCreateOrUpdateResponse>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De naam van het runbook.

parameters
RunbookCreateOrUpdateParameters

De parameters voor het maken of bijwerken van een runbook. Geef een koppeling naar inhoud op voor een gepubliceerd runbook of concept, niet voor beide.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<modellen.RunbookCreateOrUpdateResponse>

createOrUpdate(string, string, string, RunbookCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<Runbook>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: RunbookCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Runbook>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De naam van het runbook.

parameters
RunbookCreateOrUpdateParameters

De parameters voor het maken of bijwerken van een runbook. Geef een koppeling naar inhoud op voor een gepubliceerd runbook of concept, niet voor beide.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<Runbook>

De callback

createOrUpdate(string, string, string, RunbookCreateOrUpdateParameters, ServiceCallback<Runbook>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: RunbookCreateOrUpdateParameters, callback: ServiceCallback<Runbook>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De naam van het runbook.

parameters
RunbookCreateOrUpdateParameters

De parameters voor het maken of bijwerken van een runbook. Geef een koppeling naar inhoud op voor een gepubliceerd runbook of concept, niet voor beide.

callback

ServiceCallback<Runbook>

De callback

deleteMethod(string, string, string, RequestOptionsBase)

Verwijder het runbook op naam.

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De naam van het runbook.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<RestResponse>

Beloof<msRest.RestResponse>

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

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De naam van het runbook.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<void>

De callback

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

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De naam van het runbook.

callback

ServiceCallback<void>

De callback

get(string, string, string, RequestOptionsBase)

Haal het runbook op dat is geïdentificeerd door de naam van het runbook.

function get(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: RequestOptionsBase): Promise<RunbookGetResponse>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De naam van het runbook.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<modellen.RunbookGetResponse>

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

function get(resourceGroupName: string, automationAccountName: string, runbookName: string, options: RequestOptionsBase, callback: ServiceCallback<Runbook>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De naam van het runbook.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<Runbook>

De callback

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

function get(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: ServiceCallback<Runbook>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De naam van het runbook.

callback

ServiceCallback<Runbook>

De callback

getContent(string, string, string, RequestOptionsBase)

Haal de inhoud van het runbook op die is geïdentificeerd door de naam van het runbook.

function getContent(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: RequestOptionsBase): Promise<RunbookGetContentResponse>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De naam van het runbook.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<modellen.RunbookGetContentResponse>

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

function getContent(resourceGroupName: string, automationAccountName: string, runbookName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De naam van het runbook.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<void>

De callback

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

function getContent(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: ServiceCallback<void>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De naam van het runbook.

callback

ServiceCallback<void>

De callback

listByAutomationAccount(string, string, RequestOptionsBase)

Haal een lijst met runbooks op.

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<RunbookListByAutomationAccountResponse>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<modellen.RunbookListByAutomationAccountResponse>

listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<RunbookListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<RunbookListResult>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<RunbookListResult>

De callback

listByAutomationAccount(string, string, ServiceCallback<RunbookListResult>)

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

callback

ServiceCallback<RunbookListResult>

De callback

listByAutomationAccountNext(string, RequestOptionsBase)

Haal een lijst met runbooks op.

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

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<Modellen.RunbookListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<RunbookListResult>)

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

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<RunbookListResult>

De callback

listByAutomationAccountNext(string, ServiceCallback<RunbookListResult>)

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

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.

callback

ServiceCallback<RunbookListResult>

De callback

publish(string, string, string, RequestOptionsBase)

Runbookconcept publiceren.

function publish(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: RequestOptionsBase): Promise<RunbookPublishResponse>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De parameters die zijn opgegeven voor de runbookbewerking publiceren.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<modellen.RunbookPublishResponse>

update(string, string, string, RunbookUpdateParameters, RequestOptionsBase)

Werk het runbook bij dat is geïdentificeerd door de naam van het runbook.

function update(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: RunbookUpdateParameters, options?: RequestOptionsBase): Promise<RunbookUpdateResponse>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De naam van het runbook.

parameters
RunbookUpdateParameters

De updateparameters voor runbook.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<modellen.RunbookUpdateResponse>

update(string, string, string, RunbookUpdateParameters, RequestOptionsBase, ServiceCallback<Runbook>)

function update(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: RunbookUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Runbook>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De naam van het runbook.

parameters
RunbookUpdateParameters

De updateparameters voor runbook.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<Runbook>

De callback

update(string, string, string, RunbookUpdateParameters, ServiceCallback<Runbook>)

function update(resourceGroupName: string, automationAccountName: string, runbookName: string, parameters: RunbookUpdateParameters, callback: ServiceCallback<Runbook>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De naam van het runbook.

parameters
RunbookUpdateParameters

De updateparameters voor runbook.

callback

ServiceCallback<Runbook>

De callback