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