次の方法で共有


AvsScriptExecutionFinishedEventData interface

Microsoft.AVS.ScriptExecutionFinished イベントの EventGridEvent の Data プロパティのスキーマ。

Extends

プロパティ

namedOutputs

完了した実行の名前付き出力 (存在する場合)。

継承されたプロパティ

cmdletId

このイベントの原因となった実行で参照されるコマンドレット。

operationId

このイベントの原因となった操作の ID。

output

Stdout が実行から出力されます (存在する場合)。

プロパティの詳細

namedOutputs

完了した実行の名前付き出力 (存在する場合)。

namedOutputs: Record<string, string>

プロパティ値

Record<string, string>

継承されたプロパティの詳細

cmdletId

このイベントの原因となった実行で参照されるコマンドレット。

cmdletId: string

プロパティ値

string

AvsScriptExecutionEventData.cmdletId から継承された

operationId

このイベントの原因となった操作の ID。

operationId: string

プロパティ値

string

AvsScriptExecutionEventData.operationId から継承された

output

Stdout が実行から出力されます (存在する場合)。

output?: string[]

プロパティ値

string[]

AvsScriptExecutionEventData.output から継承された