Share via


AvsScriptExecutionFinishedEventData interface

Schema of the Data property of an EventGridEvent for a Microsoft.AVS.ScriptExecutionFinished event.

Extends

Properties

namedOutputs

Named outputs of completed execution, if any.

Inherited 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

namedOutputs

Named outputs of completed execution, if any.

namedOutputs: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited Property Details

cmdletId

Cmdlet referenced in the execution that caused this event.

cmdletId: string

Property Value

string

Inherited From AvsScriptExecutionEventData.cmdletId

operationId

Id of the operation that caused this event.

operationId: string

Property Value

string

Inherited From AvsScriptExecutionEventData.operationId

output

Stdout outputs from the execution, if any.

output: string[]

Property Value

string[]

Inherited From AvsScriptExecutionEventData.output