次の方法で共有


BareMetalMachineRunReadCommandsContent コンストラクター

定義

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

public BareMetalMachineRunReadCommandsContent (System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkCloud.Models.BareMetalMachineCommandSpecification> commands, long limitTimeSeconds);
new Azure.ResourceManager.NetworkCloud.Models.BareMetalMachineRunReadCommandsContent : seq<Azure.ResourceManager.NetworkCloud.Models.BareMetalMachineCommandSpecification> * int64 -> Azure.ResourceManager.NetworkCloud.Models.BareMetalMachineRunReadCommandsContent
Public Sub New (commands As IEnumerable(Of BareMetalMachineCommandSpecification), limitTimeSeconds As Long)

パラメーター

commands
IEnumerable<BareMetalMachineCommandSpecification>

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

limitTimeSeconds
Int64

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

例外

commands が null です。

適用対象