Objectimportresult
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Infos | []Spconfigmessage | Informational messages returned from the target service on import. | [required] |
| Warnings | []Spconfigmessage | Warning messages returned from the target service on import. | [required] |
| Errors | []Spconfigmessage | Error messages returned from the target service on import. | [required] |
| ImportedObjects | []Importobject | References to objects that were created or updated by the import. | [required] |
Examples
- Prepare the resource
$Objectimportresult = Initialize-Objectimportresult -Infos null `
-Warnings null `
-Errors null `
-ImportedObjects null
- Convert the resource to JSON
$Objectimportresult | ConvertTo-JSON