ClusterNode Class
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.
Cluster node details.
public class ClusterNode
type ClusterNode = class
Public Class ClusterNode
- Inheritance
-
ClusterNode
Constructors
ClusterNode() |
Initializes a new instance of the ClusterNode class. |
ClusterNode(String, Nullable<Double>, String, String, String, String, String, Nullable<Double>, Nullable<Double>) |
Initializes a new instance of the ClusterNode class. |
Properties
CoreCount |
Gets number of physical cores on the cluster node. |
Id |
Gets id of the node in the cluster. |
Manufacturer |
Gets manufacturer of the cluster node hardware. |
MemoryInGiB |
Gets total available memory on the cluster node (in GiB). |
Model |
Gets model name of the cluster node hardware. |
Name |
Gets name of the cluster node. |
OsName |
Gets operating system running on the cluster node. |
OsVersion |
Gets version of the operating system running on the cluster node. |
SerialNumber |
Gets immutable id of the cluster node. |
Applies to
Azure SDK for .NET