次の方法で共有


BareMetalMachineRunReadCommandsContent クラス

定義

BareMetalMachineRunReadCommandsParameters は、ベア メタル コンピューターで実行する読み取り専用コマンドの一覧を含む要求の本文を表します。

public class BareMetalMachineRunReadCommandsContent
type BareMetalMachineRunReadCommandsContent = class
Public Class BareMetalMachineRunReadCommandsContent
継承
BareMetalMachineRunReadCommandsContent

コンストラクター

BareMetalMachineRunReadCommandsContent(IEnumerable<BareMetalMachineCommandSpecification>, Int64)

BareMetalMachineRunReadCommandsContent の新しいインスタンスを初期化します。

プロパティ

Commands

ターゲット コンピューターに対して直接実行される読み取り専用コマンドの一覧。

LimitTimeSeconds

コマンドの実行が許可される最大時間。 実行時間が最大値を超えると、スクリプトが停止され、それまで生成されたすべての出力がキャプチャされ、タイムアウトに一致する終了コードが返されます (252)。

適用対象