Package version:

Recovery plan Automation runbook action details.

interface RecoveryPlanAutomationRunbookActionDetails {
    fabricLocation: string;
    instanceType: "AutomationRunbookActionDetails";
    runbookId?: string;
    timeout?: string;
}

Hierarchy (view full)

Properties

fabricLocation: string

The fabric location.

instanceType

Polymorphic discriminator, which specifies the different types this object can be

runbookId?: string

The runbook ARM Id.

timeout?: string

The runbook timeout.