InlineWorkflowTaskDetails 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 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
- 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. |