Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 677 Bytes

DevicePackage.md

File metadata and controls

27 lines (21 loc) · 677 Bytes

DevicePackage

Properties

Name Type Description Notes
Version String
Checksum String
Component String
Name String

Examples

  • Prepare the resource
$DevicePackage = Initialize-TorizonPlatformAPIDevicePackage  -Version null `
 -Checksum null `
 -Component null `
 -Name null
  • Convert the resource to JSON
$DevicePackage | ConvertTo-JSON

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