ICluster.ConnectionStatus Property
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.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleter(new System.String[] { "Connected", "Disconnected", "Timeout", "Undefined" })]
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The latest heartbeat status between the cluster manager and the cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="clusterConnectionStatus", Update=false)]
public string ConnectionStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleter(new System.String[] { "Connected", "Disconnected", "Timeout", "Undefined" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The latest heartbeat status between the cluster manager and the cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="clusterConnectionStatus", Update=false)>]
member this.ConnectionStatus : string
Public ReadOnly Property ConnectionStatus As String
Property Value
- Attributes