DeletedRunbook interface
Definition of deleted runbook.
Properties
| creation |
Gets or sets the creation time. |
| deletion |
Gets or sets the last modified time. |
| id | The resource id. |
| location | Gets or sets the location of the resource. |
| name | Gets or sets name of the resource. |
| runbook |
Gets or sets the Runbook Id. |
| runbook |
Type of the runbook. |
| runtime | Gets or sets runtime of the runbook. |
| runtime |
Environment of the runbook. |
Property Details
creationTime
Gets or sets the creation time.
creationTime?: Date
Property Value
Date
deletionTime
Gets or sets the last modified time.
deletionTime?: Date
Property Value
Date
id
The resource id.
id?: string
Property Value
string
location
Gets or sets the location of the resource.
location?: string
Property Value
string
name
Gets or sets name of the resource.
name?: string
Property Value
string
runbookId
Gets or sets the Runbook Id.
runbookId?: string
Property Value
string
runbookType
Type of the runbook.
runbookType?: string
Property Value
string
runtime
Gets or sets runtime of the runbook.
runtime?: string
Property Value
string
runtimeEnvironment
Environment of the runbook.
runtimeEnvironment?: string
Property Value
string