BareMetalMachineCommandSpecification 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET