RunbookProperties interface
Definition of the runbook property type.
Properties
| creation |
Gets or sets the creation time. |
| description | Gets or sets the description. |
| draft | Gets or sets the draft runbook properties. |
| job |
Gets or sets the job count of the runbook. |
| last |
Gets or sets the last modified by. |
| last |
Gets or sets the last modified time. |
| log |
Gets or sets the option to log activity trace of the runbook. |
| log |
Gets or sets progress log option. |
| log |
Gets or sets verbose log option. |
| output |
Gets or sets the runbook output types. |
| parameters | Gets or sets the runbook parameters. |
| provisioning |
Gets or sets the provisioning state of the runbook. |
| publish |
Gets or sets the published runbook content link. |
| runbook |
Gets or sets the type of the runbook. |
| runtime |
Runtime Environment of the runbook execution. |
| state | Gets or sets the state of the runbook. |
Property Details
creationTime
Gets or sets the creation time.
creationTime?: Date
Property Value
Date
description
Gets or sets the description.
description?: string
Property Value
string
draft
jobCount
Gets or sets the job count of the runbook.
jobCount?: number
Property Value
number
lastModifiedBy
Gets or sets the last modified by.
lastModifiedBy?: string
Property Value
string
lastModifiedTime
Gets or sets the last modified time.
lastModifiedTime?: Date
Property Value
Date
logActivityTrace
Gets or sets the option to log activity trace 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
outputTypes
Gets or sets the runbook output types.
outputTypes?: string[]
Property Value
string[]
parameters
Gets or sets the runbook parameters.
parameters?: Record<string, RunbookParameter>
Property Value
Record<string, RunbookParameter>
provisioningState
Gets or sets the provisioning state of the runbook.
provisioningState?: "Succeeded"
Property Value
"Succeeded"
publishContentLink
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
Runtime Environment of the runbook execution.
runtimeEnvironment?: string
Property Value
string
state
Gets or sets the state of the runbook.
state?: string
Property Value
string