Bare Metal Machine Args
constructor(bareMetalMachineName: Output<String>? = null, bmcConnectionString: Output<String>? = null, bmcCredentials: Output<AdministrativeCredentialsArgs>? = null, bmcMacAddress: Output<String>? = null, bootMacAddress: Output<String>? = null, extendedLocation: Output<ExtendedLocationArgs>? = null, location: Output<String>? = null, machineClusterVersion: Output<String>? = null, machineDetails: Output<String>? = null, machineName: Output<String>? = null, machineSkuId: Output<String>? = null, rackId: Output<String>? = null, rackSlot: Output<Double>? = null, resourceGroupName: Output<String>? = null, serialNumber: Output<String>? = null, tags: Output<Map<String, String>>? = null)