Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 880 Bytes

File metadata and controls

27 lines (21 loc) · 880 Bytes

TelematicsTrackingConfiguration

Properties

Name Type Description Notes
MoveSampleIntervalSec Int32 [optional]
IdleSampleIntervalSec Int32 [optional]
CompassDegrees Int32 [optional]
SquashingIntervalSec Int32 [optional]

Examples

  • Prepare the resource
$TelematicsTrackingConfiguration = Initialize-RealGreenSaPSTelematicsTrackingConfiguration  -MoveSampleIntervalSec null `
 -IdleSampleIntervalSec null `
 -CompassDegrees null `
 -SquashingIntervalSec null
  • Convert the resource to JSON
$TelematicsTrackingConfiguration | ConvertTo-JSON

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