CreateUploadedConfigurationRequest
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| VarData | System.IO.FileInfo | JSON file containing the objects to be imported. | [required] | 
| Name | String | Name that will be assigned to the uploaded configuration file. | [required] | 
Examples
- Prepare the resource
$CreateUploadedConfigurationRequest = Initialize-CreateUploadedConfigurationRequest  -VarData null `
 -Name null
- Convert the resource to JSON
$CreateUploadedConfigurationRequest | ConvertTo-JSON