ManualActionTaskDetails 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 manual action task details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.ManualActionTaskDetailsTypeConverter))]
public class ManualActionTaskDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IManualActionTaskDetails, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.ManualActionTaskDetailsTypeConverter))>]
type ManualActionTaskDetails = class
interface IManualActionTaskDetails
interface IJsonSerializable
interface ITaskTypeDetails
interface IValidates
Public Class ManualActionTaskDetails
Implements IManualActionTaskDetails, IValidates
- Inheritance
-
ManualActionTaskDetails
- Attributes
- Implements
Constructors
ManualActionTaskDetails() |
Creates an new ManualActionTaskDetails instance. |
Properties
InstanceType |
The type of task details. |
Instruction |
The instructions. |
Name |
The name. |
Observation |
The observation. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ManualActionTaskDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManualActionTaskDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IManualActionTaskDetails. |
FromJsonString(String) |
Creates a new instance of ManualActionTaskDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManualActionTaskDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |