BareMetalMachineRunReadCommandsContent 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.
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
Azure SDK for .NET