Get-AzOperationalInsightsStorageInsight
取得 Storage Insight 的相關信息。
語法
Get-AzOperationalInsightsStorageInsight
[-ResourceGroupName] <String>
[-WorkspaceName] <String>
[[-Name] <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzOperationalInsightsStorageInsight
[-Workspace] <PSWorkspace>
[[-Name] <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzOperationalInsightsStorageInsight Cmdlet 會取得現有 Storage Insight 的相關信息。 如果指定了 Storage Insight 名稱,此 Cmdlet 會取得該 Storage Insight 的相關信息。 如果您未指定名稱,此 Cmdlet 會取得工作區中所有記憶體見解的相關信息。
範例
範例 1:依名稱取得 Storage Insight
Get-AzOperationalInsightsStorageInsight -Name "MyStorageInsight" -ResourceGroupName "ContosoResourceGroup" -WorkspaceName "ContosoWorkspace"
此命令會從名為 ContosoWorkspace 的工作區取得名為 MyStorageInsight 的記憶體見解。
範例 2:使用工作區物件取得 Storage Insight
$Workspace = Get-AzOperationalInsightsWorkspace -ResourceGroupName "ContosoResourceGroup" -Name "MyWorkspace"
Get-AzOperationalInsightsStorageInsight -Workspace $Workspace -Name "MyStorageInsight"
第一個命令會使用 Get-AzOperationalInsightsWorkspace Cmdlet 來取得 Operational Insights 工作區,然後將它儲存在$Workspace變數中。 第二個命令會取得 $Workspace 中工作區名為 MyStorageInsight 的記憶體深入解析。
參數
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
指定 Storage Insight 名稱。
類型: | String |
Position: | 3 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-ResourceGroupName
指定 Azure 資源群組的名稱。
類型: | String |
Position: | 1 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-Workspace
指定包含 Storage Insights 的工作區。
類型: | PSWorkspace |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-WorkspaceName
指定包含 Storage Insights 的工作區名稱。
類型: | String |
Position: | 2 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |