Delen via


InlineWorkflowTaskDetails Class

Definition

This class represents the inline workflow task details.

[Newtonsoft.Json.JsonObject("InlineWorkflowTaskDetails")]
public class InlineWorkflowTaskDetails : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.GroupTaskDetails
[<Newtonsoft.Json.JsonObject("InlineWorkflowTaskDetails")>]
type InlineWorkflowTaskDetails = class
    inherit GroupTaskDetails
Public Class InlineWorkflowTaskDetails
Inherits GroupTaskDetails
Inheritance
InlineWorkflowTaskDetails
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

InlineWorkflowTaskDetails()

Initializes a new instance of the InlineWorkflowTaskDetails class.

InlineWorkflowTaskDetails(IList<ASRTask>, IList<String>)

Initializes a new instance of the InlineWorkflowTaskDetails class.

Properties

ChildTasks

Gets or sets the child tasks.

(Inherited from GroupTaskDetails)
WorkflowIds

Gets or sets the list of child workflow ids.

Applies to