RunbookDraft interface
Properties
creation |
Gets or sets the creation time of the runbook draft. |
draft |
Gets or sets the draft runbook content link. |
in |
Gets or sets whether runbook is in edit mode. |
last |
Gets or sets the last modified time of the runbook draft. |
output |
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
draftContentLink
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}
Azure SDK for JavaScript