Share via


BareMetalMachineRunDataExtractsContent Class

Definition

BareMetalMachineRunDataExtractsParameters represents the body of request containing list of curated data extraction commands to run on the bare metal machine.

public class BareMetalMachineRunDataExtractsContent
type BareMetalMachineRunDataExtractsContent = class
Public Class BareMetalMachineRunDataExtractsContent
Inheritance
BareMetalMachineRunDataExtractsContent

Constructors

BareMetalMachineRunDataExtractsContent(IEnumerable<BareMetalMachineCommandSpecification>, Int64)

Initializes a new instance of BareMetalMachineRunDataExtractsContent.

Properties

Commands

The list of curated data extraction 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