IClusterNode.CoreCount 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.
Number of physical cores on the cluster node.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Number of physical cores on the cluster node.", PossibleTypes=new System.Type[] { typeof(System.Single) }, ReadOnly=true, Required=false, SerializedName="coreCount")]
public float? CoreCount { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Number of physical cores on the cluster node.", PossibleTypes=new System.Type[] { typeof(System.Single) }, ReadOnly=true, Required=false, SerializedName="coreCount")>]
member this.CoreCount : Nullable<single>
Public ReadOnly Property CoreCount As Nullable(Of Single)
Property Value
- Attributes