HciClusterConnectivityStatus 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.
Overall connectivity status for the cluster resource. Indicates whether the cluster is connected to Azure, partially connected, or has not recently communicated.
public readonly struct HciClusterConnectivityStatus : IEquatable<Azure.ResourceManager.Hci.Models.HciClusterConnectivityStatus>
type HciClusterConnectivityStatus = struct
Public Structure HciClusterConnectivityStatus
Implements IEquatable(Of HciClusterConnectivityStatus)
- Inheritance
-
HciClusterConnectivityStatus
- Implements
Constructors
| Name | Description |
|---|---|
| HciClusterConnectivityStatus(String) |
Initializes a new instance of HciClusterConnectivityStatus. |
Properties
| Name | Description |
|---|---|
| Connected |
The cluster is fully connected to Azure. |
| Disconnected |
The cluster is not connected to Azure. |
| NotConnectedRecently |
The cluster has not connected to Azure recently. |
| NotSpecified |
The connectivity status is not specified. |
| NotYetRegistered |
The cluster has not yet registered with Azure. |
| PartiallyConnected |
Some components of the cluster are connected, while others are not. |
Methods
| Name | Description |
|---|---|
| Equals(HciClusterConnectivityStatus) |
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(HciClusterConnectivityStatus, HciClusterConnectivityStatus) |
Determines if two HciClusterConnectivityStatus values are the same. |
| Implicit(String to HciClusterConnectivityStatus) |
Converts a string to a HciClusterConnectivityStatus. |
| Implicit(String to Nullable<HciClusterConnectivityStatus>) | |
| Inequality(HciClusterConnectivityStatus, HciClusterConnectivityStatus) |
Determines if two HciClusterConnectivityStatus values are not the same. |