Set-AzureRmApplicationInsightsPricingPlan

Set pricing plan and daily data volume information for an applicaiton insights resource

Warning

The AzureRM PowerShell module has been officially deprecated as of February 29, 2024. Users are advised to migrate from AzureRM to the Az PowerShell module to ensure continued support and updates.

Although the AzureRM module may still function, it's no longer maintained or supported, placing any continued use at the user's discretion and risk. Please refer to our migration resources for guidance on transitioning to the Az module.

Syntax

Set-AzureRmApplicationInsightsPricingPlan
   [-ResourceGroupName] <String>
   [-Name] <String>
   [-PricingPlan <String>]
   [-DailyCapGB <Double>]
   [-DisableNotificationWhenHitCap]
   [-DefaultProfile <IAzureContextContainer>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
Set-AzureRmApplicationInsightsPricingPlan
   [-ApplicationInsightsComponent] <PSApplicationInsightsComponent>
   [-PricingPlan <String>]
   [-DailyCapGB <Double>]
   [-DisableNotificationWhenHitCap]
   [-DefaultProfile <IAzureContextContainer>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
Set-AzureRmApplicationInsightsPricingPlan
   [-ResourceId] <String>
   [-PricingPlan <String>]
   [-DailyCapGB <Double>]
   [-DisableNotificationWhenHitCap]
   [-DefaultProfile <IAzureContextContainer>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

Set pricing plan and daily data volume information for an applicaiton insights resource

Examples

Example 1 Set pricing plan and daily data volume information for an applicaiton insights resource

PS C:\> Set-AzureRmApplicationInsightsDailyCap -ResourceGroupName "testgroup" -Name "test" -PricingPlan "Basic" -DailyCapGB 400

 Cap ResetTime StopSendNotificationWhenHitCap PricingPlan
--- --------- ------------------------------ -----------
400         0                           False Basic

Set the pricing plan to "Basic", set the daily data volumen cap to 400GB per day and stop send notification when hit cap for resource "test" in resource group "testgroup"

Parameters

-ApplicationInsightsComponent

Application Insights Component Object.

Type:PSApplicationInsightsComponent
Position:0
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

-DailyCapGB

Daily Cap.

Type:Nullable<T>[Double]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with azure.

Type:IAzureContextContainer
Aliases:AzureRmContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DisableNotificationWhenHitCap

Stop send notification when hit cap.

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

-Name

Application Insights Component Name.

Type:String
Aliases:ApplicationInsightsComponentName, ComponentName
Position:1
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-PricingPlan

Pricing plan name.

Type:String
Accepted values:Basic, Application Insights Enterprise, Limited Basic
Position:Named
Default value:"Basic"
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ResourceGroupName

Resource Group Name.

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

-ResourceId

Application Insights Component Resource Id.

Type:String
Position:0
Default value:None
Required:True
Accept pipeline input:True
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

PSApplicationInsightsComponent

Parameters: ApplicationInsightsComponent (ByValue)

String

Outputs

PSPricingPlan