RunbookCreateOrUpdateProperties interface

The parameters supplied to the create or update runbook properties.

Properties

description

Gets or sets the description of the runbook.

draft

Gets or sets the draft runbook properties.

logActivityTrace

Gets or sets the activity-level tracing options of the runbook.

logProgress

Gets or sets progress log option.

logVerbose

Gets or sets verbose log option.

publishContentLink

Gets or sets the published runbook content link.

runbookType

Gets or sets the type of the runbook.

runtimeEnvironment

Environment of the runbook.

Property Details

description

Gets or sets the description of the runbook.

description?: string

Property Value

string

draft

Gets or sets the draft runbook properties.

draft?: RunbookDraft

Property Value

logActivityTrace

Gets or sets the activity-level tracing options of the runbook.

logActivityTrace?: number

Property Value

number

logProgress

Gets or sets progress log option.

logProgress?: boolean

Property Value

boolean

logVerbose

Gets or sets verbose log option.

logVerbose?: boolean

Property Value

boolean

Gets or sets the published runbook content link.

publishContentLink?: ContentLink

Property Value

runbookType

Gets or sets the type of the runbook.

runbookType: string

Property Value

string

runtimeEnvironment

Environment of the runbook.

runtimeEnvironment?: string

Property Value

string