你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IClusterNode Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.ClusterNodeTypeConverter))]
public interface IClusterNode : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.ClusterNodeTypeConverter))>]
type IClusterNode = interface
interface IJsonSerializable
Public Interface IClusterNode
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
CoreCount |
Number of physical cores on the cluster node. |
EhcResourceId |
Edge Hardware Center Resource Id |
Id |
Id of the node in the cluster. |
LastLicensingTimestamp |
Most recent licensing timestamp. |
Manufacturer |
Manufacturer of the cluster node hardware. |
MemoryInGiB |
Total available memory on the cluster node (in GiB). |
Model |
Model name of the cluster node hardware. |
Name |
Name of the cluster node. |
NodeType |
Type of the cluster node hardware. |
OemActivation |
OEM activation status of the node. |
OSDisplayVersion |
Display version of the operating system running on the cluster node. |
OSName |
Operating system running on the cluster node. |
OSVersion |
Version of the operating system running on the cluster node. |
SerialNumber |
Immutable id of the cluster node. |
WindowsServerSubscription |
State of Windows Server Subscription. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |