Skip to main content

Typedreference

Properties

NameTypeDescriptionNotes
TypeDtotype[required]
IdStringThe id of the object.[required]

Examples

  • Prepare the resource
$Typedreference = Initialize-Typedreference  -Type null `
-Id 2c91808568c529c60168cca6f90c1313
  • Convert the resource to JSON
$Typedreference | ConvertTo-JSON

[Back to top]