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 |
- 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