Skip to main content

Objectimportresult2

Properties

NameTypeDescriptionNotes
Infos[]Spconfigmessage2Informational messages returned from the target service on import.[required]
Warnings[]Spconfigmessage2Warning messages returned from the target service on import.[required]
Errors[]Spconfigmessage2Error messages returned from the target service on import.[required]
ImportedObjects[]ImportobjectReferences to objects that were created or updated by the import.[required]

Examples

  • Prepare the resource
$Objectimportresult2 = Initialize-Objectimportresult2  -Infos null `
-Warnings null `
-Errors null `
-ImportedObjects null
  • Convert the resource to JSON
$Objectimportresult2 | ConvertTo-JSON

[Back to top]