Share via


IAutomationRunbookTaskDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.AutomationRunbookTaskDetailsTypeConverter))]
public interface IAutomationRunbookTaskDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ITaskTypeDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.AutomationRunbookTaskDetailsTypeConverter))>]
type IAutomationRunbookTaskDetails = interface
    interface IJsonSerializable
    interface ITaskTypeDetails
Public Interface IAutomationRunbookTaskDetails
Implements ITaskTypeDetails
Derived
Attributes
Implements

Properties

AccountName

The automation account name of the runbook.

CloudServiceName

The cloud service of the automation runbook account.

InstanceType

The type of task details.

(Inherited from ITaskTypeDetails)
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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to