BareMetalMachineConfiguration 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 BareMetalMachineConfiguration.
public BareMetalMachineConfiguration (Azure.ResourceManager.NetworkCloud.Models.AdministrativeCredentials bmcCredentials, string bmcMacAddress, string bootMacAddress, long rackSlot, string serialNumber);
new Azure.ResourceManager.NetworkCloud.Models.BareMetalMachineConfiguration : Azure.ResourceManager.NetworkCloud.Models.AdministrativeCredentials * string * string * int64 * string -> Azure.ResourceManager.NetworkCloud.Models.BareMetalMachineConfiguration
Public Sub New (bmcCredentials As AdministrativeCredentials, bmcMacAddress As String, bootMacAddress As String, rackSlot As Long, serialNumber As String)
Parameters
- bmcCredentials
- AdministrativeCredentials
The credentials of the baseboard management controller on this bare metal machine.
- bmcMacAddress
- String
The MAC address of the BMC for this machine.
- bootMacAddress
- String
The MAC address associated with the PXE NIC card.
- rackSlot
- Int64
The slot the physical machine is in the rack based on the BOM configuration.
- serialNumber
- String
The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag.
Exceptions
bmcCredentials
, bmcMacAddress
, bootMacAddress
or serialNumber
is null.
Applies to
Azure SDK for .NET