Delen via


RunbookDraftOperations interface

Interface die een RunbookDraftOperations vertegenwoordigt.

Methoden

beginReplaceContent(string, string, string, string, RunbookDraftReplaceContentOptionalParams)

Vervangt de conceptinhoud van het runbook.

beginReplaceContentAndWait(string, string, string, string, RunbookDraftReplaceContentOptionalParams)

Vervangt de conceptinhoud van het runbook.

get(string, string, string, RunbookDraftGetOptionalParams)

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

getContent(string, string, string, RunbookDraftGetContentOptionalParams)

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

undoEdit(string, string, string, RunbookDraftUndoEditOptionalParams)

Maak conceptbewerking ongedaan naar de laatst bekende gepubliceerde status die is geïdentificeerd door de naam van het runbook.

Methodedetails

beginReplaceContent(string, string, string, string, RunbookDraftReplaceContentOptionalParams)

Vervangt de conceptinhoud van het runbook.

function beginReplaceContent(resourceGroupName: string, automationAccountName: string, runbookName: string, runbookContent: string, options?: RunbookDraftReplaceContentOptionalParams): Promise<PollerLike<PollOperationState<RunbookDraftReplaceContentResponse>, RunbookDraftReplaceContentResponse>>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De naam van het runbook.

runbookContent

string

De conceptinhoud van het runbook.

options
RunbookDraftReplaceContentOptionalParams

De optiesparameters.

Retouren

beginReplaceContentAndWait(string, string, string, string, RunbookDraftReplaceContentOptionalParams)

Vervangt de conceptinhoud van het runbook.

function beginReplaceContentAndWait(resourceGroupName: string, automationAccountName: string, runbookName: string, runbookContent: string, options?: RunbookDraftReplaceContentOptionalParams): Promise<RunbookDraftReplaceContentResponse>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De naam van het runbook.

runbookContent

string

De conceptinhoud van het runbook.

options
RunbookDraftReplaceContentOptionalParams

De optiesparameters.

Retouren

get(string, string, string, RunbookDraftGetOptionalParams)

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

function get(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: RunbookDraftGetOptionalParams): Promise<RunbookDraft>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De naam van het runbook.

options
RunbookDraftGetOptionalParams

De optiesparameters.

Retouren

Promise<RunbookDraft>

getContent(string, string, string, RunbookDraftGetContentOptionalParams)

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

function getContent(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: RunbookDraftGetContentOptionalParams): Promise<RunbookDraftGetContentResponse>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De naam van het runbook.

options
RunbookDraftGetContentOptionalParams

De optiesparameters.

Retouren

undoEdit(string, string, string, RunbookDraftUndoEditOptionalParams)

Maak conceptbewerking ongedaan naar de laatst bekende gepubliceerde status die is geïdentificeerd door de naam van het runbook.

function undoEdit(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: RunbookDraftUndoEditOptionalParams): Promise<RunbookDraftUndoEditResult>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De naam van het runbook.

options
RunbookDraftUndoEditOptionalParams

De optiesparameters.

Retouren