HciDeploymentHardwareProfile Class
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 class HciDeploymentHardwareProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.HciDeploymentHardwareProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.HciDeploymentHardwareProfile>
type HciDeploymentHardwareProfile = class
interface IJsonModel<HciDeploymentHardwareProfile>
interface IPersistableModel<HciDeploymentHardwareProfile>
Public Class HciDeploymentHardwareProfile
Implements IJsonModel(Of HciDeploymentHardwareProfile), IPersistableModel(Of HciDeploymentHardwareProfile)
- Inheritance
-
HciDeploymentHardwareProfile
- Implements
Properties
| Name | Description |
|---|---|
| CpuCores |
Number of cpu cores in the machine. |
| CpuSockets |
Number of cpu sockets in the machine. |
| Manufacturer |
manufacturer info of the machine. |
| MemoryCapacityInGb |
Memory capacity of the machine. |
| Model |
Model info of the machine. |
| ProcessorType |
Process type of the machine. |
| SerialNumber |
Serial number of the machine. |