ArmHciModelFactory.HciDeploymentHardwareProfile Method

Definition

Hardware profile for the machine.

public static Azure.ResourceManager.Hci.Models.HciDeploymentHardwareProfile HciDeploymentHardwareProfile(long? cpuCores = default, long? cpuSockets = default, long? memoryCapacityInGb = default, string model = default, string manufacturer = default, string serialNumber = default, string processorType = default);
static member HciDeploymentHardwareProfile : Nullable<int64> * Nullable<int64> * Nullable<int64> * string * string * string * string -> Azure.ResourceManager.Hci.Models.HciDeploymentHardwareProfile
Public Shared Function HciDeploymentHardwareProfile (Optional cpuCores As Nullable(Of Long) = Nothing, Optional cpuSockets As Nullable(Of Long) = Nothing, Optional memoryCapacityInGb As Nullable(Of Long) = Nothing, Optional model As String = Nothing, Optional manufacturer As String = Nothing, Optional serialNumber As String = Nothing, Optional processorType As String = Nothing) As HciDeploymentHardwareProfile

Parameters

cpuCores
Nullable<Int64>

Number of cpu cores in the machine.

cpuSockets
Nullable<Int64>

Number of cpu sockets in the machine.

memoryCapacityInGb
Nullable<Int64>

Memory capacity of the machine.

model
String

Model info of the machine.

manufacturer
String

manufacturer info of the machine.

serialNumber
String

Serial number of the machine.

processorType
String

Process type of the machine.

Returns

A new HciDeploymentHardwareProfile instance for mocking.

Applies to