Update-MgBetaTenantRelationshipManagedTenantAppPerformance

Update the navigation property appPerformances in tenantRelationships

Syntax

PowerShell
Update-MgBetaTenantRelationshipManagedTenantAppPerformance
      -AppPerformanceId <String>
      [-ResponseHeadersVariable <String>]
      [-AdditionalProperties <Hashtable>]
      [-AppFriendlyName <String>]
      [-AppName <String>]
      [-AppPublisher <String>]
      [-Id <String>]
      [-LastUpdatedDateTime <DateTime>]
      [-MeanTimeToFailureInMinutes <Int32>]
      [-TenantDisplayName <String>]
      [-TenantId <String>]
      [-TotalActiveDeviceCount <Int32>]
      [-TotalAppCrashCount <Int32>]
      [-TotalAppFreezeCount <Int32>]
      [-Headers <IDictionary>]
      [-ProgressAction <ActionPreference>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
PowerShell
Update-MgBetaTenantRelationshipManagedTenantAppPerformance
      -AppPerformanceId <String>
      -BodyParameter <IMicrosoftGraphManagedTenantsAppPerformance>
      [-ResponseHeadersVariable <String>]
      [-Headers <IDictionary>]
      [-ProgressAction <ActionPreference>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
PowerShell
Update-MgBetaTenantRelationshipManagedTenantAppPerformance
      -InputObject <IManagedTenantsIdentity>
      [-ResponseHeadersVariable <String>]
      [-AdditionalProperties <Hashtable>]
      [-AppFriendlyName <String>]
      [-AppName <String>]
      [-AppPublisher <String>]
      [-Id <String>]
      [-LastUpdatedDateTime <DateTime>]
      [-MeanTimeToFailureInMinutes <Int32>]
      [-TenantDisplayName <String>]
      [-TenantId <String>]
      [-TotalActiveDeviceCount <Int32>]
      [-TotalAppCrashCount <Int32>]
      [-TotalAppFreezeCount <Int32>]
      [-Headers <IDictionary>]
      [-ProgressAction <ActionPreference>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
PowerShell
Update-MgBetaTenantRelationshipManagedTenantAppPerformance
      -InputObject <IManagedTenantsIdentity>
      -BodyParameter <IMicrosoftGraphManagedTenantsAppPerformance>
      [-ResponseHeadersVariable <String>]
      [-Headers <IDictionary>]
      [-ProgressAction <ActionPreference>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

Update the navigation property appPerformances in tenantRelationships

Parameters

-AdditionalProperties

Additional Parameters

Type:Hashtable
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-AppFriendlyName

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-AppName

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-AppPerformanceId

The unique identifier of appPerformance

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-AppPublisher

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-BodyParameter

appPerformance To construct, see NOTES section for BODYPARAMETER properties and create a hash table.

Type:IMicrosoftGraphManagedTenantsAppPerformance
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

-InputObject

Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.

Type:IManagedTenantsIdentity
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-LastUpdatedDateTime

Type:DateTime
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-MeanTimeToFailureInMinutes

Type:Int32
Position:Named
Default value:0
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

-TenantDisplayName

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-TenantId

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-TotalActiveDeviceCount

Type:Int32
Position:Named
Default value:0
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-TotalAppCrashCount

Type:Int32
Position:Named
Default value:0
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-TotalAppFreezeCount

Type:Int32
Position:Named
Default value:0
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.IManagedTenantsIdentity

Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphManagedTenantsAppPerformance

System.Collections.IDictionary

Outputs

Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphManagedTenantsAppPerformance

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 <IMicrosoftGraphManagedTenantsAppPerformance>: appPerformance

  • [(Any) <Object>]: This indicates any property can be added to this object.
  • [Id <String>]: The unique identifier for an entity. Read-only.
  • [AppFriendlyName <String>]:
  • [AppName <String>]:
  • [AppPublisher <String>]:
  • [LastUpdatedDateTime <DateTime?>]:
  • [MeanTimeToFailureInMinutes <Int32?>]:
  • [TenantDisplayName <String>]:
  • [TenantId <String>]:
  • [TotalActiveDeviceCount <Int32?>]:
  • [TotalAppCrashCount <Int32?>]:
  • [TotalAppFreezeCount <Int32?>]:

INPUTOBJECT <IManagedTenantsIdentity>: Identity Parameter

  • [AggregatedPolicyComplianceId <String>]: The unique identifier of aggregatedPolicyCompliance
  • [AppPerformanceId <String>]: The unique identifier of appPerformance
  • [AuditEventId <String>]: The unique identifier of auditEvent
  • [CloudPcConnectionId <String>]: The unique identifier of cloudPcConnection
  • [CloudPcDeviceId <String>]: The unique identifier of cloudPcDevice
  • [CloudPcOverviewTenantId <String>]: The unique identifier of cloudPcOverview
  • [ConditionalAccessPolicyCoverageId <String>]: The unique identifier of conditionalAccessPolicyCoverage
  • [CredentialUserRegistrationsSummaryId <String>]: The unique identifier of credentialUserRegistrationsSummary
  • [DeviceAppPerformanceId <String>]: The unique identifier of deviceAppPerformance
  • [DeviceCompliancePolicySettingStateSummaryId <String>]: The unique identifier of deviceCompliancePolicySettingStateSummary
  • [DeviceHealthStatusId <String>]: The unique identifier of deviceHealthStatus
  • [ManagedDeviceComplianceId <String>]: The unique identifier of managedDeviceCompliance
  • [ManagedDeviceComplianceTrendId <String>]: The unique identifier of managedDeviceComplianceTrend
  • [ManagedTenantAlertId <String>]: The unique identifier of managedTenantAlert
  • [ManagedTenantAlertLogId <String>]: The unique identifier of managedTenantAlertLog
  • [ManagedTenantAlertRuleDefinitionId <String>]: The unique identifier of managedTenantAlertRuleDefinition
  • [ManagedTenantAlertRuleId <String>]: The unique identifier of managedTenantAlertRule
  • [ManagedTenantApiNotificationId <String>]: The unique identifier of managedTenantApiNotification
  • [ManagedTenantEmailNotificationId <String>]: The unique identifier of managedTenantEmailNotification
  • [ManagedTenantTicketingEndpointId <String>]: The unique identifier of managedTenantTicketingEndpoint
  • [ManagementActionId <String>]: The unique identifier of managementAction
  • [ManagementActionTenantDeploymentStatusId <String>]: The unique identifier of managementActionTenantDeploymentStatus
  • [ManagementIntentId <String>]: The unique identifier of managementIntent
  • [ManagementTemplateCollectionId <String>]: The unique identifier of managementTemplateCollection
  • [ManagementTemplateCollectionTenantSummaryId <String>]: The unique identifier of managementTemplateCollectionTenantSummary
  • [ManagementTemplateId <String>]: The unique identifier of managementTemplate
  • [ManagementTemplateStepDeploymentId <String>]: The unique identifier of managementTemplateStepDeployment
  • [ManagementTemplateStepId <String>]: The unique identifier of managementTemplateStep
  • [ManagementTemplateStepTenantSummaryId <String>]: The unique identifier of managementTemplateStepTenantSummary
  • [ManagementTemplateStepVersionId <String>]: The unique identifier of managementTemplateStepVersion
  • [MyRoleTenantId <String>]: The unique identifier of myRole
  • [TenantCustomizedInformationId <String>]: The unique identifier of tenantCustomizedInformation
  • [TenantDetailedInformationId <String>]: The unique identifier of tenantDetailedInformation
  • [TenantGroupId <String>]: The unique identifier of tenantGroup
  • [TenantId <String>]: The unique identifier of tenant
  • [TenantTagId <String>]: The unique identifier of tenantTag
  • [WindowsDeviceMalwareStateId <String>]: The unique identifier of windowsDeviceMalwareState
  • [WindowsProtectionStateId <String>]: The unique identifier of windowsProtectionState