你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BareMetalMachineConfiguration 构造函数

定义

初始化 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)

参数

bmcCredentials
AdministrativeCredentials

此裸机计算机上的基板管理控制器的凭据。

bmcMacAddress
String

此计算机的 BMC 的 MAC 地址。

bootMacAddress
String

与 PXE NIC 关联的 MAC 地址卡。

rackSlot
Int64

物理计算机基于 BOM 配置在机架中的槽。

serialNumber
String

计算机的序列号。 硬件供应商可以使用替代值。 例如,服务标记。

例外

bmcCredentialsbmcMacAddressbootMacAddressserialNumber 为 null。

适用于