مشاركة عبر


AvsScriptExecutionFinishedEventData interface

مخطط الخاصية Data ل EventGridEvent لحدث Microsoft.AVS.ScriptExecutionFinished.

يمتد

الخصائص

namedOutputs

المخرجات المسماة للتنفيذ المكتمل، إن وجدت.

الخصائص الموروثة

cmdletId

Cmdlet المشار إليه في التنفيذ الذي تسبب في هذا الحدث.

operationId

معرف العملية التي تسببت في هذا الحدث.

output

مخرجات Stdout من التنفيذ، إن وجدت.

تفاصيل الخاصية

namedOutputs

المخرجات المسماة للتنفيذ المكتمل، إن وجدت.

namedOutputs: {[propertyName: string]: string}

قيمة الخاصية

{[propertyName: string]: string}

تفاصيل الخاصية الموروثة

cmdletId

Cmdlet المشار إليه في التنفيذ الذي تسبب في هذا الحدث.

cmdletId: string

قيمة الخاصية

string

موروث منAvsScriptExecutionEventData.cmdletId

operationId

معرف العملية التي تسببت في هذا الحدث.

operationId: string

قيمة الخاصية

string

موروث منAvsScriptExecutionEventData.operationId

output

مخرجات Stdout من التنفيذ، إن وجدت.

output: string[]

قيمة الخاصية

string[]

موروث منAvsScriptExecutionEventData.output