次の方法で共有


Get-AzOperationalInsightsSchema

ワークスペースに関連付けられているスキーマを返します。

構文

Get-AzOperationalInsightsSchema
   [-ResourceGroupName] <String>
   [-WorkspaceName] <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

説明

Get-AzOperationalインサイトSchema コマンドレットは、そのリソース グループ内の指定されたワークスペースに関連付けられているスキーマを返します。

例 1: ワークスペースのスキーマを取得する

Get-AzOperationalInsightsSchema -ResourceGroupName "ContosoResourceGroup" -WorkspaceName "ContosoWorkspace"

このコマンドは、ワークスペースに関連付けられているスキーマを取得します。

パラメーター

-DefaultProfile

Azure との通信に使用される資格情報、アカウント、テナント、サブスクリプション

型:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
既定値:None
必須:False
Accept pipeline input:False
Accept wildcard characters:False

-ResourceGroupName

ワークスペースを含む Azure リソース グループの名前を指定します。

型:String
Position:0
既定値:None
必須:True
Accept pipeline input:True
Accept wildcard characters:False

-WorkspaceName

ワークスペース名を指定します。

型:String
Aliases:Name
Position:1
既定値:None
必須:True
Accept pipeline input:True
Accept wildcard characters:False

入力

String

出力

PSSearchGetSchemaResponse