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