HardwareSettingProperties interface
The hardware setting properties
Properties
| device |
The unique Id of the device |
| disk |
The disk space in GB |
| hardware |
The hardware SKU |
| memory |
The memory in GB |
| nodes | The number of nodes |
| oem | The OEM |
| provisioning |
The resource provisioning state |
| solution |
The solution builder extension at registration |
| total |
The total number of cores |
| version |
The active version at registration |
Property Details
deviceId
The unique Id of the device
deviceId: string
Property Value
string
diskSpaceInGb
The disk space in GB
diskSpaceInGb: number
Property Value
number
hardwareSku
The hardware SKU
hardwareSku: string
Property Value
string
memoryInGb
The memory in GB
memoryInGb: number
Property Value
number
nodes
The number of nodes
nodes: number
Property Value
number
oem
The OEM
oem: string
Property Value
string
provisioningState
The resource provisioning state
provisioningState?: string
Property Value
string
solutionBuilderExtension
The solution builder extension at registration
solutionBuilderExtension: string
Property Value
string
totalCores
The total number of cores
totalCores: number
Property Value
number
versionAtRegistration
The active version at registration
versionAtRegistration: string
Property Value
string