Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail
Update the navigation property userExperienceAnalyticsBatteryHealthRuntimeDetails in deviceManagement
Syntax
Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail
[-ResponseHeadersVariable <String>]
[-ActiveDevices <Int32>]
[-AdditionalProperties <Hashtable>]
[-BatteryRuntimeFair <Int32>]
[-BatteryRuntimeGood <Int32>]
[-BatteryRuntimePoor <Int32>]
[-Id <String>]
[-LastRefreshedDateTime <DateTime>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail
-BodyParameter <IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails>
[-ResponseHeadersVariable <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Update the navigation property userExperienceAnalyticsBatteryHealthRuntimeDetails in deviceManagement
Parameters
-ActiveDevices
Number of active devices within the tenant. Valid values 0 to 2147483647
Type: | Int32 |
Position: | Named |
Default value: | 0 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-AdditionalProperties
Additional Parameters
Type: | Hashtable |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-BatteryRuntimeFair
Number of devices whose active runtime is greater than 3 hours but lesser than 5 hours. Valid values 0 to 2147483647
Type: | Int32 |
Position: | Named |
Default value: | 0 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-BatteryRuntimeGood
Number of devices whose active runtime is greater than 5 hours. Valid values 0 to 2147483647
Type: | Int32 |
Position: | Named |
Default value: | 0 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-BatteryRuntimePoor
Number of devices whose active runtime is lesser than 3 hours. Valid values 0 to 2147483647
Type: | Int32 |
Position: | Named |
Default value: | 0 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-BodyParameter
The user experience analytics battery health runtime entity contains count of devices broken down into 3 categories - devices with runtime >5 hours, devices with runtime 3-5 hours and devices with runtime
< 3 hours.This API provides the count of devices in these 3 categories.
To construct, see NOTES section for BODYPARAMETER properties and create a hash table.
Type: | IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Headers
Optional headers that will be added to the request.
Type: | IDictionary |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Id
The unique identifier for an entity. Read-only.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-LastRefreshedDateTime
Recorded date time of this runtime details instance.
Type: | DateTime |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ProgressAction
{{ Fill ProgressAction Description }}
Type: | ActionPreference |
Aliases: | proga |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResponseHeadersVariable
Optional Response Headers Variable.
Type: | String |
Aliases: | RHV |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails
System.Collections.IDictionary
Outputs
Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails
Notes
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
BODYPARAMETER <IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails>
: The user experience analytics battery health runtime entity contains count of devices broken down into 3 categories - devices with runtime > 5 hours, devices with runtime 3-5 hours and devices with runtime < 3 hours.This API provides the count of devices in these 3 categories.
[(Any) <Object>]
: This indicates any property can be added to this object.[Id <String>]
: The unique identifier for an entity. Read-only.[ActiveDevices <Int32?>]
: Number of active devices within the tenant. Valid values 0 to 2147483647[BatteryRuntimeFair <Int32?>]
: Number of devices whose active runtime is greater than 3 hours but lesser than 5 hours. Valid values 0 to 2147483647[BatteryRuntimeGood <Int32?>]
: Number of devices whose active runtime is greater than 5 hours. Valid values 0 to 2147483647[BatteryRuntimePoor <Int32?>]
: Number of devices whose active runtime is lesser than 3 hours. Valid values 0 to 2147483647[LastRefreshedDateTime <DateTime?>]
: Recorded date time of this runtime details instance.