Skip to content

Latest commit

 

History

History
97 lines (69 loc) · 2.42 KB

Get-AzureRmOperationalInsightsIntelligencePacks.md

File metadata and controls

97 lines (69 loc) · 2.42 KB
external help file Module Name ms.assetid online version schema
Microsoft.Azure.Commands.OperationalInsights.dll-Help.xml
AzureRM.OperationalInsights
0F9D72C1-2E42-4A67-9FDE-6344F5DE6C30
2.0.0

Get-AzureRmOperationalInsightsIntelligencePacks

SYNOPSIS

Gets the available Intelligence Packs.

SYNTAX

Get-AzureRmOperationalInsightsIntelligencePacks [-ResourceGroupName] <String> [-WorkspaceName] <String>
 [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]

DESCRIPTION

The Get-AzureRmOperationalInsightsIntelligencePacks cmdlet gets the available Intelligence Packs.

EXAMPLES

Example 1: Get Intelligence Packs

PS C:\>Get-AzureOperationalInsightsStorageInsight -ResourceGroupName "ContosoResourceGroup" -WorkspaceName "ContosoWorkspace"

This command gets the available Intelligence Packs.

PARAMETERS

-DefaultProfile

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

Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer
Parameter Sets: (All)
Aliases: AzureRmContext, AzureCredential

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

-ResourceGroupName

Specifies the name of an Azure resource group that contains a workspace.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-WorkspaceName

Specifies the workspace name.

Type: System.String
Parameter Sets: (All)
Aliases: Name

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

System.String

OUTPUTS

Microsoft.Azure.Commands.OperationalInsights.Models.PSIntelligencePack

NOTES

RELATED LINKS

Azure Operational Insights Cmdlets