Share via


BareMetalMachineCommandSpecification Class

Definition

BareMetalMachineCommandSpecification represents the command and optional arguments to exercise against the bare metal machine.

public class BareMetalMachineCommandSpecification
type BareMetalMachineCommandSpecification = class
Public Class BareMetalMachineCommandSpecification
Inheritance
BareMetalMachineCommandSpecification

Constructors

BareMetalMachineCommandSpecification(String)

Initializes a new instance of BareMetalMachineCommandSpecification.

Properties

Arguments

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.

Applies to