Share via


BareMetalMachineCommandSpecification Class

Definition

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

Constructors

BareMetalMachineCommandSpecification()

Creates an new BareMetalMachineCommandSpecification instance.

Properties

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BareMetalMachineCommandSpecification.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BareMetalMachineCommandSpecification.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IBareMetalMachineCommandSpecification.

FromJsonString(String)

Creates a new instance of BareMetalMachineCommandSpecification, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BareMetalMachineCommandSpecification into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to