Aracılığıyla paylaş


InlineWorkflowTaskDetails Constructors

Definition

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)

Parameters

childTasks
IList<ASRTask>

The child tasks.

workflowIds
IList<String>

The list of child workflow ids.

Applies to