ImportSpConfigV1Request
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| VarData | System.IO.FileInfo | JSON file containing the objects to be imported. | [required] |
| Options | Importoptions | [optional] |
Examples
- Prepare the resource
$ImportSpConfigV1Request = Initialize-ImportSpConfigV1Request -VarData null `
-Options null
- Convert the resource to JSON
$ImportSpConfigV1Request | ConvertTo-JSON