BareMetalMachineReplaceParameters 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.
BareMetalMachineReplaceParameters represents the body of the request to physically swap a bare metal machine for another.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.BareMetalMachineReplaceParametersTypeConverter))]
public class BareMetalMachineReplaceParameters : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IBareMetalMachineReplaceParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.BareMetalMachineReplaceParametersTypeConverter))>]
type BareMetalMachineReplaceParameters = class
interface IBareMetalMachineReplaceParameters
interface IJsonSerializable
Public Class BareMetalMachineReplaceParameters
Implements IBareMetalMachineReplaceParameters
- Inheritance
-
BareMetalMachineReplaceParameters
- Attributes
- Implements
Constructors
BareMetalMachineReplaceParameters() |
Creates an new BareMetalMachineReplaceParameters instance. |
Properties
BmcCredentialsPassword |
The password of the administrator of the device used during initialization. |
BmcCredentialsUsername |
The username of the administrator of the device used during initialization. |
BmcMacAddress |
The MAC address of the BMC device. |
BootMacAddress |
The MAC address of a NIC connected to the PXE network. |
MachineName |
The OS-level hostname assigned to this machine. |
SerialNumber |
The serial number of the bare metal machine. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BareMetalMachineReplaceParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BareMetalMachineReplaceParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IBareMetalMachineReplaceParameters. |
FromJsonString(String) |
Creates a new instance of BareMetalMachineReplaceParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of BareMetalMachineReplaceParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |