Get-AzOperationalInsightsWorkspace
取得工作區的相關信息。
語法
Get-AzOperationalInsightsWorkspace
[[-ResourceGroupName] <String>]
[[-Name] <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzOperationalInsightsWorkspace Cmdlet 會取得現有工作區的相關信息。 如果您指定工作區名稱,此 Cmdlet 會取得該工作區的相關信息。 如果您未指定名稱,此 Cmdlet 會取得資源群組中所有工作區的相關信息。 如果您未指定名稱和資源群組,此 Cmdlet 會取得訂用帳戶中所有工作區的相關信息。
範例
範例 1:依名稱取得工作區
Get-AzOperationalInsightsWorkspace -Name "MyWorkspace" -ResourceGroupName "ContosoResourceGroup"
此命令會在名為 ContosoResourceGroup 的資源群組中取得名為 MyWorkspace 的工作區。
參數
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
指定工作區名稱。
類型: | String |
Position: | 1 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-ResourceGroupName
指定 Azure 資源群組的名稱。
類型: | String |
Position: | 0 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |