IClusterReportedProperties.Node Property

Definition

List of nodes reported by the cluster.

[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=false, Description="List of nodes reported by the cluster.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IClusterNode) }, Read=true, ReadOnly=true, Required=false, SerializedName="nodes", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IClusterNode> Node { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=false, Description="List of nodes reported by the cluster.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IClusterNode) }, Read=true, ReadOnly=true, Required=false, SerializedName="nodes", Update=false)>]
member this.Node : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IClusterNode>
Public ReadOnly Property Node As List(Of IClusterNode)

Property Value

Attributes

Applies to