Skip to main content

ImportAccountsSchemaV1Request

Properties

NameTypeDescriptionNotes
FileSystem.IO.FileInfo[optional]

Examples

  • Prepare the resource
$ImportAccountsSchemaV1Request = Initialize-ImportAccountsSchemaV1Request  -File null
  • Convert the resource to JSON
$ImportAccountsSchemaV1Request | ConvertTo-JSON

[Back to top]