AutomationRunbookTaskDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class represents the task details for an automation runbook.
public class AutomationRunbookTaskDetails : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryTaskTypeDetails, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.AutomationRunbookTaskDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.AutomationRunbookTaskDetails>
type AutomationRunbookTaskDetails = class
inherit SiteRecoveryTaskTypeDetails
interface IJsonModel<AutomationRunbookTaskDetails>
interface IPersistableModel<AutomationRunbookTaskDetails>
Public Class AutomationRunbookTaskDetails
Inherits SiteRecoveryTaskTypeDetails
Implements IJsonModel(Of AutomationRunbookTaskDetails), IPersistableModel(Of AutomationRunbookTaskDetails)
- Inheritance
- Implements
Properties
AccountName |
The automation account name of the runbook. |
CloudServiceName |
The cloud service of the automation runbook account. |
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. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET