MachineSkuSlot 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.
MachineSkuSlot represents a single SKU and rack slot associated with the machine.
public class MachineSkuSlot
type MachineSkuSlot = class
Public Class MachineSkuSlot
- Inheritance
-
MachineSkuSlot
Properties
BootstrapProtocol |
The type of bootstrap protocol used. |
CpuCores |
The count of CPU cores for this machine. |
CpuSockets |
The count of CPU sockets for this machine. |
Disks |
The list of disks. |
Generation |
The generation of the architecture. |
HardwareVersion |
The hardware version of the machine. |
MemoryCapacityGB |
The maximum amount of memory in GB. |
Model |
The model of the machine. |
NetworkInterfaces |
The list of network interfaces. |
RackSlot |
The position in the rack for the machine. |
TotalThreads |
The count of SMT and physical core threads for this machine. |
Vendor |
The make of the machine. |
Applies to
Azure SDK for .NET