다음을 통해 공유


ArmHciModelFactory.HciClusterNode Method

Definition

Initializes a new instance of HciClusterNode.

public static Azure.ResourceManager.Hci.Models.HciClusterNode HciClusterNode (string name = default, float? id = default, Azure.ResourceManager.Hci.Models.WindowsServerSubscription? windowsServerSubscription = default, Azure.ResourceManager.Hci.Models.ClusterNodeType? nodeType = default, string ehcResourceId = default, string manufacturer = default, string model = default, string osName = default, string osVersion = default, string osDisplayVersion = default, string serialNumber = default, float? coreCount = default, float? memoryInGiB = default, DateTimeOffset? lastLicensingTimestamp = default);
static member HciClusterNode : string * Nullable<single> * Nullable<Azure.ResourceManager.Hci.Models.WindowsServerSubscription> * Nullable<Azure.ResourceManager.Hci.Models.ClusterNodeType> * string * string * string * string * string * string * string * Nullable<single> * Nullable<single> * Nullable<DateTimeOffset> -> Azure.ResourceManager.Hci.Models.HciClusterNode
Public Shared Function HciClusterNode (Optional name As String = Nothing, Optional id As Nullable(Of Single) = Nothing, Optional windowsServerSubscription As Nullable(Of WindowsServerSubscription) = Nothing, Optional nodeType As Nullable(Of ClusterNodeType) = Nothing, Optional ehcResourceId As String = Nothing, Optional manufacturer As String = Nothing, Optional model As String = Nothing, Optional osName As String = Nothing, Optional osVersion As String = Nothing, Optional osDisplayVersion As String = Nothing, Optional serialNumber As String = Nothing, Optional coreCount As Nullable(Of Single) = Nothing, Optional memoryInGiB As Nullable(Of Single) = Nothing, Optional lastLicensingTimestamp As Nullable(Of DateTimeOffset) = Nothing) As HciClusterNode

Parameters

name
String

Name of the cluster node.

id
Nullable<Single>

Id of the node in the cluster.

windowsServerSubscription
Nullable<WindowsServerSubscription>

State of Windows Server Subscription.

nodeType
Nullable<ClusterNodeType>

Type of the cluster node hardware.

ehcResourceId
String

Edge Hardware Center Resource Id.

manufacturer
String

Manufacturer of the cluster node hardware.

model
String

Model name of the cluster node hardware.

osName
String

Operating system running on the cluster node.

osVersion
String

Version of the operating system running on the cluster node.

osDisplayVersion
String

Display version of the operating system running on the cluster node.

serialNumber
String

Immutable id of the cluster node.

coreCount
Nullable<Single>

Number of physical cores on the cluster node.

memoryInGiB
Nullable<Single>

Total available memory on the cluster node (in GiB).

lastLicensingTimestamp
Nullable<DateTimeOffset>

Most recent licensing timestamp.

Returns

A new HciClusterNode instance for mocking.

Applies to