Skip to main content

ImportSpConfigV1Request

Properties

NameTypeDescriptionNotes
VarDataSystem.IO.FileInfoJSON file containing the objects to be imported.[required]
OptionsImportoptions[optional]

Examples

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

[Back to top]