VirtualMachineTaskDetails 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 virtual machine task details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.VirtualMachineTaskDetailsTypeConverter))]
public class VirtualMachineTaskDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IVirtualMachineTaskDetails, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.VirtualMachineTaskDetailsTypeConverter))>]
type VirtualMachineTaskDetails = class
interface IVirtualMachineTaskDetails
interface IJsonSerializable
interface IJobTaskDetails
interface ITaskTypeDetails
interface IValidates
Public Class VirtualMachineTaskDetails
Implements IValidates, IVirtualMachineTaskDetails
- Inheritance
-
VirtualMachineTaskDetails
- Attributes
- Implements
Constructors
VirtualMachineTaskDetails() |
Creates an new VirtualMachineTaskDetails instance. |
Properties
InstanceType |
The type of task details. |
JobTask |
The job entity. |
JobTaskJobFriendlyName |
The job display name. |
JobTaskJobId |
The job id. |
JobTaskJobScenarioName |
The job name. Enum type ScenarioName. |
JobTaskTargetInstanceType |
The workflow affected object type. |
JobTaskTargetObjectId |
The object id. |
JobTaskTargetObjectName |
The object name. |
SkippedReason |
The skipped reason. |
SkippedReasonString |
The skipped reason string. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VirtualMachineTaskDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VirtualMachineTaskDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IVirtualMachineTaskDetails. |
FromJsonString(String) |
Creates a new instance of VirtualMachineTaskDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VirtualMachineTaskDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |