InlineWorkflowTaskDetails 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
InlineWorkflowTaskDetails() |
Initializes a new instance of the InlineWorkflowTaskDetails class. |
InlineWorkflowTaskDetails(IList<ASRTask>, IList<String>) |
Initializes a new instance of the InlineWorkflowTaskDetails class. |
InlineWorkflowTaskDetails()
Initializes a new instance of the InlineWorkflowTaskDetails class.
public InlineWorkflowTaskDetails ();
Public Sub New ()
Applies to
InlineWorkflowTaskDetails(IList<ASRTask>, IList<String>)
Initializes a new instance of the InlineWorkflowTaskDetails class.
public InlineWorkflowTaskDetails (System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ASRTask> childTasks = default, System.Collections.Generic.IList<string> workflowIds = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InlineWorkflowTaskDetails : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ASRTask> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InlineWorkflowTaskDetails
Public Sub New (Optional childTasks As IList(Of ASRTask) = Nothing, Optional workflowIds As IList(Of String) = Nothing)