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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterConnectionStatusTypeConverter))]
public struct ClusterConnectionStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterConnectionStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterConnectionStatusTypeConverter))>]
type ClusterConnectionStatus = struct
interface IArgumentCompleter
Public Structure ClusterConnectionStatus
Implements IArgumentCompleter, IEquatable(Of ClusterConnectionStatus)
- Inheritance
-
ClusterConnectionStatus
- Attributes
- Implements
Fields
Connected | |
Timeout | |
Undefined |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(ClusterConnectionStatus) |
Compares values of enum type ClusterConnectionStatus |
Equals(Object) |
Compares values of enum type ClusterConnectionStatus (override for Object) |
GetHashCode() |
Returns hashCode for enum ClusterConnectionStatus |
ToString() |
Returns string representation for ClusterConnectionStatus |
Operators
Equality(ClusterConnectionStatus, ClusterConnectionStatus) |
Overriding == operator for enum ClusterConnectionStatus |
Implicit(ClusterConnectionStatus to String) |
Implicit operator to convert ClusterConnectionStatus to string |
Implicit(String to ClusterConnectionStatus) |
Implicit operator to convert string to ClusterConnectionStatus |
Inequality(ClusterConnectionStatus, ClusterConnectionStatus) |
Overriding != operator for enum ClusterConnectionStatus |