Share via


TaskResourcePhase Struct

Definition

The phase the task is in.

public readonly struct TaskResourcePhase : IEquatable<Azure.Analytics.Defender.Easm.TaskResourcePhase>
type TaskResourcePhase = struct
Public Structure TaskResourcePhase
Implements IEquatable(Of TaskResourcePhase)
Inheritance
TaskResourcePhase
Implements

Constructors

TaskResourcePhase(String)

Initializes a new instance of TaskResourcePhase.

Properties

Complete

complete.

Polling

polling.

Running

running.

Methods

Equals(TaskResourcePhase)

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(TaskResourcePhase, TaskResourcePhase)

Determines if two TaskResourcePhase values are the same.

Implicit(String to TaskResourcePhase)

Converts a string to a TaskResourcePhase.

Inequality(TaskResourcePhase, TaskResourcePhase)

Determines if two TaskResourcePhase values are not the same.

Applies to