Share via


BareMetalMachineRunReadCommandsContent Class

Definition

BareMetalMachineRunReadCommandsParameters represents the body of request containing list of read-only commands to run on the bare metal machine.

public class BareMetalMachineRunReadCommandsContent
type BareMetalMachineRunReadCommandsContent = class
Public Class BareMetalMachineRunReadCommandsContent
Inheritance
BareMetalMachineRunReadCommandsContent

Constructors

BareMetalMachineRunReadCommandsContent(IEnumerable<BareMetalMachineCommandSpecification>, Int64)

Initializes a new instance of BareMetalMachineRunReadCommandsContent.

Properties

Commands

The list of read-only commands to be executed directly against the target machine.

LimitTimeSeconds

The maximum time the commands are allowed to run. If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252).

Applies to