DisconnectedOperationsHardwareSettingProperties 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.
The hardware setting properties.
public class DisconnectedOperationsHardwareSettingProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DisconnectedOperations.Models.DisconnectedOperationsHardwareSettingProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DisconnectedOperations.Models.DisconnectedOperationsHardwareSettingProperties>
type DisconnectedOperationsHardwareSettingProperties = class
interface IJsonModel<DisconnectedOperationsHardwareSettingProperties>
interface IPersistableModel<DisconnectedOperationsHardwareSettingProperties>
Public Class DisconnectedOperationsHardwareSettingProperties
Implements IJsonModel(Of DisconnectedOperationsHardwareSettingProperties), IPersistableModel(Of DisconnectedOperationsHardwareSettingProperties)
- Inheritance
-
DisconnectedOperationsHardwareSettingProperties
- Implements
Constructors
| Name | Description |
|---|---|
| DisconnectedOperationsHardwareSettingProperties(Int32, Int32, Int32, String, String, Int32, String, String, Guid) |
Initializes a new instance of DisconnectedOperationsHardwareSettingProperties. |
Properties
| Name | Description |
|---|---|
| DeviceId |
The unique Id of the device. |
| DiskSpaceInGb |
The disk space in GB. |
| HardwareSku |
The hardware SKU. |
| MemoryInGb |
The memory in GB. |
| Nodes |
The number of nodes. |
| Oem |
The OEM. |
| ProvisioningState |
The resource provisioning state. |
| SolutionBuilderExtension |
The solution builder extension at registration. |
| TotalCores |
The total number of cores. |
| VersionAtRegistration |
The active version at registration. |