ArmHciModelFactory.HciClusterNode Method
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.
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, Azure.ResourceManager.Hci.Models.OemActivation? oemActivation = 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> * Nullable<Azure.ResourceManager.Hci.Models.OemActivation> -> 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, Optional oemActivation As Nullable(Of OemActivation) = Nothing) As HciClusterNode
Parameters
- name
- String
Name of the cluster node.
- 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.
- lastLicensingTimestamp
- Nullable<DateTimeOffset>
Most recent licensing timestamp.
- oemActivation
- Nullable<OemActivation>
OEM activation status of the node.
Returns
A new HciClusterNode instance for mocking.
Applies to
Azure SDK for .NET