Skip to main content

Completeinvocationinput

Properties

NameTypeDescriptionNotes
LocalizedErrorLocalizedmessage[optional]
OutputSystemCollectionsHashtableTrigger output that completed the invocation. Its schema is defined in the trigger definition.[optional]

Examples

  • Prepare the resource
$Completeinvocationinput = Initialize-Completeinvocationinput  -LocalizedError null `
-Output {"approved":false}
  • Convert the resource to JSON
$Completeinvocationinput | ConvertTo-JSON

[Back to top]