AvsScriptExecutionFailedEventData interface

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

Properties

failureMessage

Failure reason of an event.

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

failureMessage

Failure reason of an event.

failureMessage: string

Property Value

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