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

OperationState Struct

Definition

Enum describing allowed operation states.

public readonly struct OperationState : IEquatable<Azure.Health.Deidentification.OperationState>
type OperationState = struct
Public Structure OperationState
Implements IEquatable(Of OperationState)
Inheritance
OperationState
Implements

Constructors

OperationState(String)

Initializes a new instance of OperationState.

Properties

Canceled

The operation has been canceled by the user.

Failed

The operation has failed.

NotStarted

The operation has not started.

Running

The operation is in progress.

Succeeded

The operation has completed successfully.

Methods

Equals(OperationState)

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

Determines if two OperationState values are the same.

Implicit(String to OperationState)

Converts a string to a OperationState.

Inequality(OperationState, OperationState)

Determines if two OperationState values are not the same.

Applies to