次の方法で共有


BareMetalMachineRunDataExtractsContent コンストラクター

定義

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

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

パラメーター

commands
IEnumerable<BareMetalMachineCommandSpecification>

ターゲット コンピューターに対して直接実行されるキュレーションされたデータ抽出コマンドの一覧。

limitTimeSeconds
Int64

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

例外

commands が null です。

適用対象