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. Indicates the current connectivity, validation, and deployment state of the agent within the cluster.
public readonly struct HciClusterStatus : IEquatable<Azure.ResourceManager.Hci.Models.HciClusterStatus>
type HciClusterStatus = struct
Public Structure HciClusterStatus
Implements IEquatable(Of HciClusterStatus)
- Inheritance
-
HciClusterStatus
- Implements
Constructors
| Name | Description |
|---|---|
| HciClusterStatus(String) |
Initializes a new instance of HciClusterStatus. |
Properties
| Name | Description |
|---|---|
| ConnectedRecently |
The cluster agent has connected to Azure recently. |
| DeploymentFailed |
Deployment of the cluster agent failed. |
| DeploymentInProgress |
Deployment of the cluster agent is currently in progress. |
| DeploymentSuccess |
Deployment of the cluster agent completed successfully. |
| Disconnected |
The cluster agent is currently disconnected from Azure. |
| Error |
An error occurred in the cluster agent's operation. |
| NotConnectedRecently |
The cluster agent has not connected to Azure recently. |
| NotSpecified |
The status of the cluster agent is not specified. |
| NotYetRegistered |
The cluster agent has not yet registered with Azure. |
| ValidationFailed |
Validation of the cluster agent failed. |
| ValidationInProgress |
Validation of the cluster agent is currently in progress. |
| ValidationSuccess |
Validation of the cluster agent completed successfully. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(HciClusterStatus, HciClusterStatus) |
Determines if two HciClusterStatus values are the same. |
| Implicit(String to HciClusterStatus) |
Converts a string to a HciClusterStatus. |
| Implicit(String to Nullable<HciClusterStatus>) | |
| Inequality(HciClusterStatus, HciClusterStatus) |
Determines if two HciClusterStatus values are not the same. |