HciClusterStatus 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.
Status of the cluster agent.
public readonly struct HciClusterStatus : IEquatable<Azure.ResourceManager.Hci.Models.HciClusterStatus>
type HciClusterStatus = struct
Public Structure HciClusterStatus
Implements IEquatable(Of HciClusterStatus)
- Inheritance
-
HciClusterStatus
- Implements
Constructors
HciClusterStatus(String) |
Initializes a new instance of HciClusterStatus. |
Properties
ConnectedRecently |
ConnectedRecently. |
DeploymentFailed |
DeploymentFailed. |
DeploymentInProgress |
DeploymentInProgress. |
DeploymentSuccess |
DeploymentSuccess. |
Disconnected |
Disconnected. |
Error |
Error. |
Failed |
Failed. |
InProgress |
InProgress. |
NotConnectedRecently |
NotConnectedRecently. |
NotSpecified |
NotSpecified. |
NotYetRegistered |
NotYetRegistered. |
Succeeded |
Succeeded. |
ValidationFailed |
ValidationFailed. |
ValidationInProgress |
ValidationInProgress. |
ValidationSuccess |
ValidationSuccess. |
Methods
Equals(HciClusterStatus) |
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(HciClusterStatus, HciClusterStatus) |
Determines if two HciClusterStatus values are the same. |
Implicit(String to HciClusterStatus) |
Converts a string to a HciClusterStatus. |
Inequality(HciClusterStatus, HciClusterStatus) |
Determines if two HciClusterStatus values are not the same. |
Applies to
Azure SDK for .NET