AvsScriptExecutionStartedEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.AVS.ScriptExecutionStarted event.
- Extends
Inherited Properties
cmdlet |
Cmdlet referenced in the execution that caused this event. |
operation |
Id of the operation that caused this event. |
output | Stdout outputs from the execution, if any. |
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