IClusterNode.NodeType 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.
Type of the cluster node hardware.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Type of the cluster node hardware.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.ClusterNodeType) }, ReadOnly=true, Required=false, SerializedName="nodeType")]
public Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.ClusterNodeType? NodeType { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Type of the cluster node hardware.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.ClusterNodeType) }, ReadOnly=true, Required=false, SerializedName="nodeType")>]
member this.NodeType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.ClusterNodeType>
Public ReadOnly Property NodeType As Nullable(Of ClusterNodeType)
Property Value
- Attributes