Partager via


BareMetalMachineRunReadCommandsParameters Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.BareMetalMachineRunReadCommandsParametersTypeConverter))]
public class BareMetalMachineRunReadCommandsParameters : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IBareMetalMachineRunReadCommandsParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.BareMetalMachineRunReadCommandsParametersTypeConverter))>]
type BareMetalMachineRunReadCommandsParameters = class
    interface IBareMetalMachineRunReadCommandsParameters
    interface IJsonSerializable
Public Class BareMetalMachineRunReadCommandsParameters
Implements IBareMetalMachineRunReadCommandsParameters
Inheritance
BareMetalMachineRunReadCommandsParameters
Attributes
Implements

Constructors

BareMetalMachineRunReadCommandsParameters()

Creates an new BareMetalMachineRunReadCommandsParameters instance.

Properties

Command

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

LimitTimeSecond

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).

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BareMetalMachineRunReadCommandsParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BareMetalMachineRunReadCommandsParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IBareMetalMachineRunReadCommandsParameters.

FromJsonString(String)

Creates a new instance of BareMetalMachineRunReadCommandsParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BareMetalMachineRunReadCommandsParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to