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