AutomationRunbookTaskDetails Constructors
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.
Overloads
AutomationRunbookTaskDetails() |
Initializes a new instance of the AutomationRunbookTaskDetails class. |
AutomationRunbookTaskDetails(String, String, String, String, String, String, String, String, Nullable<Boolean>) |
Initializes a new instance of the AutomationRunbookTaskDetails class. |
AutomationRunbookTaskDetails()
Initializes a new instance of the AutomationRunbookTaskDetails class.
public AutomationRunbookTaskDetails ();
Public Sub New ()
Applies to
AutomationRunbookTaskDetails(String, String, String, String, String, String, String, String, Nullable<Boolean>)
Initializes a new instance of the AutomationRunbookTaskDetails class.
public AutomationRunbookTaskDetails (string name = default, string cloudServiceName = default, string subscriptionId = default, string accountName = default, string runbookId = default, string runbookName = default, string jobId = default, string jobOutput = default, bool? isPrimarySideScript = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AutomationRunbookTaskDetails : string * string * string * string * string * string * string * string * Nullable<bool> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AutomationRunbookTaskDetails
Public Sub New (Optional name As String = Nothing, Optional cloudServiceName As String = Nothing, Optional subscriptionId As String = Nothing, Optional accountName As String = Nothing, Optional runbookId As String = Nothing, Optional runbookName As String = Nothing, Optional jobId As String = Nothing, Optional jobOutput As String = Nothing, Optional isPrimarySideScript As Nullable(Of Boolean) = Nothing)
Parameters
- name
- String
The recovery plan task name.
- cloudServiceName
- String
The cloud service of the automation runbook account.
- subscriptionId
- String
The subscription Id of the automation runbook account.
- accountName
- String
The automation account name of the runbook.
- runbookId
- String
The runbook Id.
- runbookName
- String
The runbook name.
- jobId
- String
The job Id of the runbook execution.
- jobOutput
- String
The execution output of the runbook.
A value indicating whether it is a primary side script or not.