Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AutomationRunbookTaskDetails

Package version

interface

An interface representing AutomationRunbookTaskDetails. This class represents the task details for an automation runbook.

Hierarchy

  • AutomationRunbookTaskDetails

Index

Properties

Optional accountName

accountName: undefined | string
member

{string} [accountName] The automation account name of the runbook.

Optional cloudServiceName

cloudServiceName: undefined | string
member

{string} [cloudServiceName] The cloud service of the automation runbook account.

instanceType

instanceType: "AutomationRunbookTaskDetails"
member

{string} instanceType Polymorphic Discriminator

Optional isPrimarySideScript

isPrimarySideScript: undefined | false | true
member

{boolean} [isPrimarySideScript] A value indicating whether it is a primary side script or not.

Optional jobId

jobId: undefined | string
member

{string} [jobId] The job Id of the runbook execution.

Optional jobOutput

jobOutput: undefined | string
member

{string} [jobOutput] The execution output of the runbook.

Optional name

name: undefined | string
member

{string} [name] The recovery plan task name.

Optional runbookId

runbookId: undefined | string
member

{string} [runbookId] The runbook Id.

Optional runbookName

runbookName: undefined | string
member

{string} [runbookName] The runbook name.

Optional subscriptionId

subscriptionId: undefined | string
member

{string} [subscriptionId] The subscription Id of the automation runbook account.

Generated using TypeDoc