Get-AzOperationalInsightsSchema
傳回與工作區相關聯的架構。
語法
Get-AzOperationalInsightsSchema
[-ResourceGroupName] <String>
[-WorkspaceName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzOperationalInsightsSchema Cmdlet 會傳回與該資源群組內指定工作區相關聯的架構。
範例
範例 1:取得工作區的架構
Get-AzOperationalInsightsSchema -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 |