Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 624 Bytes

InstalledPackage.md

File metadata and controls

23 lines (17 loc) · 624 Bytes

InstalledPackage

Properties

Name Type Description Notes
Installed PackageInfo
Component String

Examples

  • Prepare the resource
$InstalledPackage = Initialize-TorizonPlatformAPIInstalledPackage  -Installed null `
 -Component null
  • Convert the resource to JSON
$InstalledPackage | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]