AutomationRunbookTaskDetails interface
This class represents the task details for an automation runbook.
- Extends
Properties
account |
The automation account name of the runbook. |
cloud |
The cloud service of the automation runbook account. |
instance |
Polymorphic discriminator, which specifies the different types this object can be |
is |
A value indicating whether it is a primary side script or not. |
job |
The job Id of the runbook execution. |
job |
The execution output of the runbook. |
name | The recovery plan task name. |
runbook |
The runbook Id. |
runbook |
The runbook name. |
subscription |
The subscription Id of the automation runbook account. |
Property Details
accountName
The automation account name of the runbook.
accountName?: string
Property Value
string
cloudServiceName
The cloud service of the automation runbook account.
cloudServiceName?: string
Property Value
string
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "AutomationRunbookTaskDetails"
Property Value
"AutomationRunbookTaskDetails"
isPrimarySideScript
A value indicating whether it is a primary side script or not.
isPrimarySideScript?: boolean
Property Value
boolean
jobId
The job Id of the runbook execution.
jobId?: string
Property Value
string
jobOutput
The execution output of the runbook.
jobOutput?: string
Property Value
string
name
The recovery plan task name.
name?: string
Property Value
string
runbookId
The runbook Id.
runbookId?: string
Property Value
string
runbookName
The runbook name.
runbookName?: string
Property Value
string
subscriptionId
The subscription Id of the automation runbook account.
subscriptionId?: string
Property Value
string