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

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