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
ClusterConnectionStatus(String) |
Initializes a new instance of ClusterConnectionStatus. |
Properties
Connected |
Connected. |
Timeout |
Timeout. |
Undefined |
Undefined. |
Methods
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
Equality(ClusterConnectionStatus, ClusterConnectionStatus) |
Determines if two ClusterConnectionStatus values are the same. |
Implicit(String to ClusterConnectionStatus) |
Converts a string to a ClusterConnectionStatus. |
Inequality(ClusterConnectionStatus, ClusterConnectionStatus) |
Determines if two ClusterConnectionStatus values are not the same. |
Applies to
Azure SDK for .NET