Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail
Update the navigation property userExperienceAnalyticsBatteryHealthCapacityDetails in deviceManagement
Syntax
Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail
[-ResponseHeadersVariable <String>]
[-ActiveDevices <Int32>]
[-AdditionalProperties <Hashtable>]
[-BatteryCapacityFair <Int32>]
[-BatteryCapacityGood <Int32>]
[-BatteryCapacityPoor <Int32>]
[-Id <String>]
[-LastRefreshedDateTime <DateTime>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail
-BodyParameter <IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails>
[-ResponseHeadersVariable <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Update the navigation property userExperienceAnalyticsBatteryHealthCapacityDetails 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 |
-BatteryCapacityFair
Number of devices whose battery maximum capacity is greater than 50% but lesser than 80%. Valid values 0 to 2147483647
Type: | Int32 |
Position: | Named |
Default value: | 0 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-BatteryCapacityGood
Number of devices whose battery maximum capacity is greater than 80%. Valid values 0 to 2147483647
Type: | Int32 |
Position: | Named |
Default value: | 0 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-BatteryCapacityPoor
Number of devices whose battery maximum capacity is lesser than 50%. 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 capacity entity contains count of devices broken down into 3 categories - devices with capacity >80%, devices with capacity 50-80% and devices with capacity
< 50 %.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: | IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails |
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 capacity 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.IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails
System.Collections.IDictionary
Outputs
Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails
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 <IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails>
: The user experience analytics battery health capacity entity contains count of devices broken down into 3 categories - devices with capacity > 80%, devices with capacity 50-80% and devices with capacity < 50 %.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[BatteryCapacityFair <Int32?>]
: Number of devices whose battery maximum capacity is greater than 50% but lesser than 80%. Valid values 0 to 2147483647[BatteryCapacityGood <Int32?>]
: Number of devices whose battery maximum capacity is greater than 80%. Valid values 0 to 2147483647[BatteryCapacityPoor <Int32?>]
: Number of devices whose battery maximum capacity is lesser than 50%. Valid values 0 to 2147483647[LastRefreshedDateTime <DateTime?>]
: Recorded date time of this capacity details instance.