你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AvsScriptExecutionEventData interface

用于 Microsoft.AVS/scriptExecutions 事件的 EventGridEvent 的数据属性的架构。

属性

cmdletId

在执行中引用的 Cmdlet 导致此事件。

operationId

导致此事件的作的 ID。

output

执行中的 Stdout 输出(如果有)。

属性详细信息

cmdletId

在执行中引用的 Cmdlet 导致此事件。

cmdletId: string

属性值

string

operationId

导致此事件的作的 ID。

operationId: string

属性值

string

output

执行中的 Stdout 输出(如果有)。

output: string[]

属性值

string[]