Share via


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