ClusterConnectionStatus 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 latest heartbeat status between the cluster manager and the cluster.
public readonly struct ClusterConnectionStatus : IEquatable<Azure.ResourceManager.NetworkCloud.Models.ClusterConnectionStatus>
type ClusterConnectionStatus = struct
Public Structure ClusterConnectionStatus
Implements IEquatable(Of ClusterConnectionStatus)
- Inheritance
-
ClusterConnectionStatus
- Implements
Constructors
| Name | Description |
|---|---|
| ClusterConnectionStatus(String) |
Initializes a new instance of ClusterConnectionStatus. |
Properties
| Name | Description |
|---|---|
| Connected |
The latest heartbeat status is healthy. |
| Disconnected |
The latest heartbeat status is unhealthy. |
| Timeout |
Too many of the latest heartbeats were missed. |
| Undefined |
Could not determine the latest heartbeat status. |
Methods
| Name | Description |
|---|---|
| Equals(ClusterConnectionStatus) |
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(ClusterConnectionStatus, ClusterConnectionStatus) |
Determines if two ClusterConnectionStatus values are the same. |
| Implicit(String to ClusterConnectionStatus) |
Converts a string to a ClusterConnectionStatus. |
| Implicit(String to Nullable<ClusterConnectionStatus>) | |
| Inequality(ClusterConnectionStatus, ClusterConnectionStatus) |
Determines if two ClusterConnectionStatus values are not the same. |