DisconnectedOperationsHardwareSettingProperties Constructor
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.
Initializes a new instance of DisconnectedOperationsHardwareSettingProperties.
public DisconnectedOperationsHardwareSettingProperties(int totalCores, int diskSpaceInGb, int memoryInGb, string oem, string hardwareSku, int nodes, string versionAtRegistration, string solutionBuilderExtension, Guid deviceId);
new Azure.ResourceManager.DisconnectedOperations.Models.DisconnectedOperationsHardwareSettingProperties : int * int * int * string * string * int * string * string * Guid -> Azure.ResourceManager.DisconnectedOperations.Models.DisconnectedOperationsHardwareSettingProperties
Public Sub New (totalCores As Integer, diskSpaceInGb As Integer, memoryInGb As Integer, oem As String, hardwareSku As String, nodes As Integer, versionAtRegistration As String, solutionBuilderExtension As String, deviceId As Guid)
Parameters
- totalCores
- Int32
The total number of cores.
- diskSpaceInGb
- Int32
The disk space in GB.
- memoryInGb
- Int32
The memory in GB.
- oem
- String
The OEM.
- hardwareSku
- String
The hardware SKU.
- nodes
- Int32
The number of nodes.
- versionAtRegistration
- String
The active version at registration.
- solutionBuilderExtension
- String
The solution builder extension at registration.
- deviceId
- Guid
The unique Id of the device.
Exceptions
oem, hardwareSku, versionAtRegistration or solutionBuilderExtension is null.