OperationState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET