MachineOperationStatus 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 overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or "CompletedWithWarnings.".
public readonly struct MachineOperationStatus : IEquatable<Azure.ResourceManager.HybridCompute.Models.MachineOperationStatus>
type MachineOperationStatus = struct
Public Structure MachineOperationStatus
Implements IEquatable(Of MachineOperationStatus)
- Inheritance
-
MachineOperationStatus
- Implements
Constructors
MachineOperationStatus(String) |
Initializes a new instance of MachineOperationStatus. |
Properties
CompletedWithWarnings |
CompletedWithWarnings. |
Failed |
Failed. |
InProgress |
InProgress. |
Succeeded |
Succeeded. |
Unknown |
Unknown. |
Methods
Equals(MachineOperationStatus) |
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(MachineOperationStatus, MachineOperationStatus) |
Determines if two MachineOperationStatus values are the same. |
Implicit(String to MachineOperationStatus) |
Converts a String to a MachineOperationStatus. |
Inequality(MachineOperationStatus, MachineOperationStatus) |
Determines if two MachineOperationStatus values are not the same. |
Applies to
Azure SDK for .NET