Skip to main content

Objectexportimportoptions

Properties

NameTypeDescriptionNotes
IncludedIds[]StringObject ids to be included in an import or export.[optional]
IncludedNames[]StringObject names to be included in an import or export.[optional]

Examples

  • Prepare the resource
$Objectexportimportoptions = Initialize-Objectexportimportoptions  -IncludedIds null `
-IncludedNames null
  • Convert the resource to JSON
$Objectexportimportoptions | ConvertTo-JSON

[Back to top]