Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 608 Bytes

DeviceCreateReq.md

File metadata and controls

23 lines (17 loc) · 608 Bytes

DeviceCreateReq

Properties

Name Type Description Notes
DeviceName String [optional]
DeviceId String

Examples

  • Prepare the resource
$DeviceCreateReq = Initialize-TorizonPlatformAPIDeviceCreateReq  -DeviceName null `
 -DeviceId null
  • Convert the resource to JSON
$DeviceCreateReq | ConvertTo-JSON

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