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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InlineWorkflowTaskDetailsTypeConverter))]
public class InlineWorkflowTaskDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInlineWorkflowTaskDetails, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InlineWorkflowTaskDetailsTypeConverter))>]
type InlineWorkflowTaskDetails = class
interface IInlineWorkflowTaskDetails
interface IJsonSerializable
interface IGroupTaskDetails
interface IValidates
Public Class InlineWorkflowTaskDetails
Implements IInlineWorkflowTaskDetails, IValidates
- Inheritance
-
InlineWorkflowTaskDetails
- Attributes
- Implements
Constructors
InlineWorkflowTaskDetails() |
Creates an new InlineWorkflowTaskDetails instance. |
Properties
ChildTask |
The child tasks. |
InstanceType |
The type of task details. |
WorkflowId |
The list of child workflow ids. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of InlineWorkflowTaskDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of InlineWorkflowTaskDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInlineWorkflowTaskDetails. |
FromJsonString(String) |
Creates a new instance of InlineWorkflowTaskDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of InlineWorkflowTaskDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |