你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IVirtualMachineTaskDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.VirtualMachineTaskDetailsTypeConverter))]
public interface IVirtualMachineTaskDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IJobTaskDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.VirtualMachineTaskDetailsTypeConverter))>]
type IVirtualMachineTaskDetails = interface
    interface IJsonSerializable
    interface IJobTaskDetails
    interface ITaskTypeDetails
Public Interface IVirtualMachineTaskDetails
Implements IJobTaskDetails
Derived
Attributes
Implements

Properties

InstanceType

The type of task details.

(Inherited from ITaskTypeDetails)
JobTaskJobFriendlyName

The job display name.

(Inherited from IJobTaskDetails)
JobTaskJobId

The job id.

(Inherited from IJobTaskDetails)
JobTaskJobScenarioName

The job name. Enum type ScenarioName.

(Inherited from IJobTaskDetails)
JobTaskTargetInstanceType

The workflow affected object type.

(Inherited from IJobTaskDetails)
JobTaskTargetObjectId

The object id.

(Inherited from IJobTaskDetails)
JobTaskTargetObjectName

The object name.

(Inherited from IJobTaskDetails)
SkippedReason

The skipped reason.

SkippedReasonString

The skipped reason string.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to