Package version:

Current scenario details of the protected entity.

interface CurrentScenarioDetails {
    jobId?: string;
    scenarioName?: string;
    startTime?: any;
}

Properties

jobId?: string

ARM Id of the job being executed.

scenarioName?: string

Scenario name.

startTime?: any

Start time of the workflow.