Skip to main content

CreateUploadedConfigurationV1Request

Properties

NameTypeDescriptionNotes
VarDataSystem.IO.FileInfoJSON file containing the objects to be imported.[required]
NameStringName that will be assigned to the uploaded configuration file.[required]

Examples

  • Prepare the resource
$CreateUploadedConfigurationV1Request = Initialize-CreateUploadedConfigurationV1Request  -VarData null `
-Name null
  • Convert the resource to JSON
$CreateUploadedConfigurationV1Request | ConvertTo-JSON

[Back to top]