RunbookDraft interface

An interface representing RunbookDraft.

Properties

creationTime

Gets or sets the creation time of the runbook draft.

draftContentLink

Gets or sets the draft runbook content link.

inEdit

Gets or sets whether runbook is in edit mode.

lastModifiedTime

Gets or sets the last modified time of the runbook draft.

outputTypes

Gets or sets the runbook output types.

parameters

Gets or sets the runbook draft parameters.

Property Details

creationTime

Gets or sets the creation time of the runbook draft.

creationTime?: Date

Property Value

Date

Gets or sets the draft runbook content link.

draftContentLink?: ContentLink

Property Value

inEdit

Gets or sets whether runbook is in edit mode.

inEdit?: boolean

Property Value

boolean

lastModifiedTime

Gets or sets the last modified time of the runbook draft.

lastModifiedTime?: Date

Property Value

Date

outputTypes

Gets or sets the runbook output types.

outputTypes?: string[]

Property Value

string[]

parameters

Gets or sets the runbook draft parameters.

parameters?: {[propertyName: string]: RunbookParameter}

Property Value

{[propertyName: string]: RunbookParameter}