RecoveryPlanAutomationRunbookActionDetails interface
Recovery plan Automation runbook action details.
- Extends
Properties
fabric |
The fabric location. |
instance |
Polymorphic discriminator, which specifies the different types this object can be |
runbook |
The runbook ARM Id. |
timeout | The runbook timeout. |
Property Details
fabricLocation
The fabric location.
fabricLocation: string
Property Value
string
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "AutomationRunbookActionDetails"
Property Value
"AutomationRunbookActionDetails"
runbookId
The runbook ARM Id.
runbookId?: string
Property Value
string
timeout
The runbook timeout.
timeout?: string
Property Value
string