ArmHciModelFactory.HciDeploymentHardwareProfile 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.
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
- 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.