Get-AzOperationalInsightsSavedSearch
傳回指定工作區的所有已儲存搜尋。
語法
Get-AzOperationalInsightsSavedSearch
[-ResourceGroupName] <String>
[-WorkspaceName] <String>
[[-SavedSearchId] <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzOperationalInsightsSavedSearch Cmdlet 會傳回指定之資源群組內指定工作區的所有已儲存搜尋,如果您未指定儲存的搜尋標識符。 如果您指定儲存的搜尋標識碼,則會傳回對應至該標識碼的已儲存搜尋。
範例
範例 1:取得工作區的所有已儲存搜尋
Get-AzOperationalInsightsSavedSearch -ResourceGroupName "ContosoResourceGroup" -WorkspaceName "ContosoWorkspace"
此命令會取得與工作區相關聯的所有已儲存資源。
範例 2:依標識符取得特定的已儲存搜尋
Get-AzOperationalInsightsSavedSearch -ResourceGroupName "ContosoResourceGroup" -WorkspaceName "ContosoWorkspace" -SavedSearchId "ContosoSavedSearchId"
此命令會依標識碼取得特定的已儲存搜尋。
參數
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceGroupName
指定包含工作區的 Azure 資源群組名稱。
類型: | String |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-SavedSearchId
指定已儲存的搜尋標識碼。
類型: | String |
Position: | 2 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-WorkspaceName
指定工作區名稱。
類型: | String |
別名: | Name |
Position: | 1 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
輸入
輸出
PSSearchListSavedSearchResponse