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

OperationStatus Struct

Definition

Operation status.

public readonly struct OperationStatus : IEquatable<Azure.AI.DocumentIntelligence.OperationStatus>
type OperationStatus = struct
Public Structure OperationStatus
Implements IEquatable(Of OperationStatus)
Inheritance
OperationStatus
Implements

Constructors

OperationStatus(String)

Initializes a new instance of OperationStatus.

Properties

Canceled

The operation has been canceled.

Completed

The operation has completed.

Failed

The operation has failed.

NotStarted

The operation has not started yet.

Running

The operation is in progress.

Succeeded

The operation has succeeded.

Methods

Equals(OperationStatus)

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

Determines if two OperationStatus values are the same.

Implicit(String to OperationStatus)

Converts a string to a OperationStatus.

Inequality(OperationStatus, OperationStatus)

Determines if two OperationStatus values are not the same.

Applies to