ICluster.ConnectivityStatus 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.
Overall connectivity status for the cluster resource.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Overall connectivity status for the cluster resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.ConnectivityStatus) }, ReadOnly=true, Required=false, SerializedName="connectivityStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.ConnectivityStatus? ConnectivityStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Overall connectivity status for the cluster resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.ConnectivityStatus) }, ReadOnly=true, Required=false, SerializedName="connectivityStatus")>]
member this.ConnectivityStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.ConnectivityStatus>
Public ReadOnly Property ConnectivityStatus As Nullable(Of ConnectivityStatus)
Property Value
- Attributes