BareMetalMachineCommandSpecification Class
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.
BareMetalMachineCommandSpecification represents the command and optional arguments to exercise against the bare metal machine.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.BareMetalMachineCommandSpecificationTypeConverter))]
public class BareMetalMachineCommandSpecification : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IBareMetalMachineCommandSpecification
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.BareMetalMachineCommandSpecificationTypeConverter))>]
type BareMetalMachineCommandSpecification = class
interface IBareMetalMachineCommandSpecification
interface IJsonSerializable
Public Class BareMetalMachineCommandSpecification
Implements IBareMetalMachineCommandSpecification
- Inheritance
-
BareMetalMachineCommandSpecification
- Attributes
- Implements
Bare |
Creates an new BareMetalMachineCommandSpecification instance. |
Argument |
The list of string arguments that will be passed to the script in order as separate arguments. |
Command |
The command to execute against the bare metal machine. |
Deserialize |
Deserializes a IDictionary into an instance of BareMetalMachineCommandSpecification. |
Deserialize |
Deserializes a PSObject into an instance of BareMetalMachineCommandSpecification. |
From |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IBareMetalMachineCommandSpecification. |
From |
Creates a new instance of BareMetalMachineCommandSpecification, deserializing the content from a json string. |
To |
Serializes this instance of BareMetalMachineCommandSpecification into a JsonNode. |
To |
Serializes this instance to a json string. |
To |