OperationStatus 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.
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
public readonly struct OperationStatus : IEquatable<Azure.ResourceManager.MachineLearningCompute.Models.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 |
Canceled. |
Creating |
Creating. |
Deleting |
Deleting. |
Failed |
Failed. |
Succeeded |
Succeeded. |
Unknown |
Unknown. |
Updating |
Updating. |
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
Azure SDK for .NET