AutomationRunbookTaskDetails interface

This class represents the task details for an automation runbook.

Extends

Properties

accountName

The automation account name of the runbook.

cloudServiceName

The cloud service of the automation runbook account.

instanceType

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

isPrimarySideScript

A value indicating whether it is a primary side script or not.

jobId

The job Id of the runbook execution.

jobOutput

The execution output of the runbook.

name

The recovery plan task name.

runbookId

The runbook Id.

runbookName

The runbook name.

subscriptionId

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