PatchOperationStatus 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 PatchOperationStatus : IEquatable<Azure.ResourceManager.Compute.Models.PatchOperationStatus>
type PatchOperationStatus = struct
Public Structure PatchOperationStatus
Implements IEquatable(Of PatchOperationStatus)
- Inheritance
-
PatchOperationStatus
- Implements
Constructors
PatchOperationStatus(String) |
Initializes a new instance of PatchOperationStatus. |
Properties
CompletedWithWarnings |
CompletedWithWarnings. |
Failed |
Failed. |
InProgress |
InProgress. |
Succeeded |
Succeeded. |
Unknown |
Unknown. |
Methods
Equals(PatchOperationStatus) |
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(PatchOperationStatus, PatchOperationStatus) |
Determines if two PatchOperationStatus values are the same. |
Implicit(String to PatchOperationStatus) |
Converts a String to a PatchOperationStatus. |
Inequality(PatchOperationStatus, PatchOperationStatus) |
Determines if two PatchOperationStatus values are not the same. |
Applies to
Azure SDK for .NET