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

IAsrTask Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.AsrTaskTypeConverter))]
public interface IAsrTask : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.AsrTaskTypeConverter))>]
type IAsrTask = interface
    interface IJsonSerializable
Public Interface IAsrTask
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AllowedAction

The state/actions applicable on this task.

CustomDetailInstanceType

The type of task details.

EndTime

The end time.

Error

The task error details.

FriendlyName

The name.

GroupTaskCustomDetailChildTask

The child tasks.

GroupTaskCustomDetailInstanceType

The type of task details.

Name

The unique Task name.

StartTime

The start time.

State

The State. It is one of these values - NotStarted, InProgress, Succeeded, Failed, Cancelled, Suspended or Other.

StateDescription

The description of the task state. For example - For Succeeded state, description can be Completed, PartiallySucceeded, CompletedWithInformation or Skipped.

TaskId

The Id.

TaskType

The type of task. Details in CustomDetails property depend on this type.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to