Package version:

Recovery plan script action details.

interface RecoveryPlanScriptActionDetails {
    fabricLocation: string;
    instanceType: "ScriptActionDetails";
    path: string;
    timeout?: string;
}

Hierarchy (view full)

Properties

fabricLocation: string

The fabric location.

instanceType

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

path: string

The script path.

timeout?: string

The script timeout.