AvsScriptExecutionEventData interface

Schema of the Data property of an EventGridEvent for Microsoft.AVS/scriptExecutions events.

Properties

cmdletId

Cmdlet referenced in the execution that caused this event.

operationId

Id of the operation that caused this event.

output

Stdout outputs from the execution, if any.

Property Details

cmdletId

Cmdlet referenced in the execution that caused this event.

cmdletId: string

Property Value

string

operationId

Id of the operation that caused this event.

operationId: string

Property Value

string

output

Stdout outputs from the execution, if any.

output: string[]

Property Value

string[]