Share via


BareMetalMachineRunCommandContent Class

Definition

BareMetalMachineRunCommandParameters represents the body of the request to execute a script on the bare metal machine.

public class BareMetalMachineRunCommandContent
type BareMetalMachineRunCommandContent = class
Public Class BareMetalMachineRunCommandContent
Inheritance
BareMetalMachineRunCommandContent

Constructors

BareMetalMachineRunCommandContent(Int64, String)

Initializes a new instance of BareMetalMachineRunCommandContent.

Properties

Arguments

The list of string arguments that will be passed to the script in order as separate arguments.

LimitTimeSeconds

The maximum time the script is 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).

Script

The base64 encoded script to execute on the bare metal machine.

Applies to