Get-AzOperationalInsightsTable

ワークスペースのテーブルを取得または一覧表示します。

構文

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

説明

ワークスペースのテーブルを取得または一覧表示し、"-TableName" が指定されていない場合はワークスペースのテーブルを一覧表示します。

例 1: ワークスペースのすべてのテーブルを取得する

Get-AzOperationalInsightsTable -ResourceGroupName "ContosoResourceGroup" -WorkspaceName "ContosoWorkspace"

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

例 2: 名前で特定のテーブルを取得する

Get-AzOperationalInsightsTable -ResourceGroupName "ContosoResourceGroup" -WorkspaceName "ContosoWorkspace" -tableName "ContosoSavedTableName"

このコマンドは、その名前で特定のテーブルを取得します。

パラメーター

-DefaultProfile

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

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ResourceGroupName

リソース グループ名。

Type:String
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-TableName

テーブル名。

Type:String
Position:2
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-WorkspaceName

テーブルを含むワークスペースの名前。

Type:String
Position:1
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

入力

String

出力

PSTable