< Back
Remove-AzureRmApplicationInsights
Post
NAME Remove-AzureRmApplicationInsights
SYNOPSIS
Remove an application insights resource
SYNTAX
Remove-AzureRmApplicationInsights [-ApplicationInsightsComponent] <PSApplicationInsightsComponent> [-Confirm] [-DefaultProfile
<IAzureContextContainer>] [-PassThru] [-WhatIf] [<CommonParameters>]
Remove-AzureRmApplicationInsights [-ResourceGroupName] <String> [-Name] <String> [-Confirm] [-DefaultProfile <IAzureContextContainer>] [-PassThru]
[-WhatIf] [<CommonParameters>]
Remove-AzureRmApplicationInsights [-ResourceId] <String> [-Confirm] [-DefaultProfile <IAzureContextContainer>] [-PassThru] [-WhatIf]
[<CommonParameters>]
DESCRIPTION
Remove an application insights resource
PARAMETERS
-ApplicationInsightsComponent <PSApplicationInsightsComponent>
Application Insights Component Object.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByValue)
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Prompts you for confirmation before running the cmdlet.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Name <String>
Application Insights Component Name.
Required? true
Position? 1
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-PassThru [<SwitchParameter>]
If specified will write true in case operation succeeds. This parameter is optional. Default value is false.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-ResourceGroupName <String>
Resource Group Name.
Required? true
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-ResourceId <String>
Application Insights Component Resource Id.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
OUTPUTS
System.Object
NOTES
Example 1 Remove an application insights resource
PS C:\\> Remove-AzureRmApplicationInsights -ResourceGroupName "testgroup" -Name "test" -PassThru
True
Remove an applciation insights resource named "test" in resource group "testgroup"
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... oninsights
SYNOPSIS
Remove an application insights resource
SYNTAX
Remove-AzureRmApplicationInsights [-ApplicationInsightsComponent] <PSApplicationInsightsComponent> [-Confirm] [-DefaultProfile
<IAzureContextContainer>] [-PassThru] [-WhatIf] [<CommonParameters>]
Remove-AzureRmApplicationInsights [-ResourceGroupName] <String> [-Name] <String> [-Confirm] [-DefaultProfile <IAzureContextContainer>] [-PassThru]
[-WhatIf] [<CommonParameters>]
Remove-AzureRmApplicationInsights [-ResourceId] <String> [-Confirm] [-DefaultProfile <IAzureContextContainer>] [-PassThru] [-WhatIf]
[<CommonParameters>]
DESCRIPTION
Remove an application insights resource
PARAMETERS
-ApplicationInsightsComponent <PSApplicationInsightsComponent>
Application Insights Component Object.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByValue)
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Prompts you for confirmation before running the cmdlet.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Name <String>
Application Insights Component Name.
Required? true
Position? 1
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-PassThru [<SwitchParameter>]
If specified will write true in case operation succeeds. This parameter is optional. Default value is false.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-ResourceGroupName <String>
Resource Group Name.
Required? true
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-ResourceId <String>
Application Insights Component Resource Id.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
OUTPUTS
System.Object
NOTES
Example 1 Remove an application insights resource
PS C:\\> Remove-AzureRmApplicationInsights -ResourceGroupName "testgroup" -Name "test" -PassThru
True
Remove an applciation insights resource named "test" in resource group "testgroup"
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... oninsights