Bagikan melalui


TaskState Struct

Definition

The state of the task. This is ignored if submitted.

public readonly struct TaskState : IEquatable<Azure.ResourceManager.DataMigration.Models.TaskState>
type TaskState = struct
Public Structure TaskState
Implements IEquatable(Of TaskState)
Inheritance
TaskState
Implements

Constructors

TaskState(String)

Initializes a new instance of TaskState.

Properties

Canceled

Canceled.

Failed

Failed.

FailedInputValidation

FailedInputValidation.

Faulted

Faulted.

Queued

Queued.

Running

Running.

Succeeded

Succeeded.

Unknown

Unknown.

Methods

Equals(TaskState)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(TaskState, TaskState)

Determines if two TaskState values are the same.

Implicit(String to TaskState)

Converts a string to a TaskState.

Inequality(TaskState, TaskState)

Determines if two TaskState values are not the same.

Applies to