Skip to content

Latest commit

 

History

History
45 lines (39 loc) · 1.44 KB

DeviceInfoExtended.md

File metadata and controls

45 lines (39 loc) · 1.44 KB

DeviceInfoExtended

Properties

Name Type Description Notes
DeviceTags Tuple2DeviceTagIdDeviceTagValue[] [optional]
DevicePackages DevicePackage[] [optional]
DeviceFleets Fleet[] [optional]
Notes String [optional]
CreatedAt System.DateTime
LastSeen System.DateTime [optional]
DeviceId String
LastUpdated System.DateTime [optional]
DeviceUuid String
NetworkInfo NetworkInfo
DeviceStatus DeviceStatus
ActivatedAt System.DateTime [optional]
DeviceName String

Examples

  • Prepare the resource
$DeviceInfoExtended = Initialize-TorizonPlatformAPIDeviceInfoExtended  -DeviceTags null `
 -DevicePackages null `
 -DeviceFleets null `
 -Notes null `
 -CreatedAt null `
 -LastSeen null `
 -DeviceId null `
 -LastUpdated null `
 -DeviceUuid null `
 -NetworkInfo null `
 -DeviceStatus null `
 -ActivatedAt null `
 -DeviceName null
  • Convert the resource to JSON
$DeviceInfoExtended | ConvertTo-JSON

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