ImportSpConfigRequest
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
 
$ImportSpConfigRequest = Initialize-V2024ImportSpConfigRequest  -VarData null `
 -Options null
- Convert the resource to JSON
 
$ImportSpConfigRequest | ConvertTo-JSON