Get-AzOperationalInsightsIntelligencePack
取得可用的智慧套件。
注意
解決方案已被取代,請使用 az monitor log-analytics solution 和 Get-AzMonitorLogAnalyticsSolution 此命令。
語法
Get-AzOperationalInsightsIntelligencePack
[-ResourceGroupName] <String>
[-WorkspaceName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzOperationalInsightsIntelligencePack Cmdlet 會取得可用的智慧套件。
範例
範例 1:取得智慧套件
Get-AzOperationalInsightsStorageInsight -ResourceGroupName "ContosoResourceGroup" -WorkspaceName "ContosoWorkspace"
此命令會取得可用的智慧套件。
參數
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceGroupName
指定包含工作區的 Azure 資源群組名稱。
類型: | String |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-WorkspaceName
指定工作區名稱。
類型: | String |
別名: | Name |
Position: | 1 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |