次の方法で共有


Get-AzSynapseLinkConnectionLinkTableStatus

リンク接続の下にあるリンク テーブルの状態を取得します。

構文

Get-AzSynapseLinkConnectionLinkTableStatus
   -WorkspaceName <String>
   -LinkConnectionName <String>
   -MaxSegmentCount <Int32>
   [-ContinuationToken <Object>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzSynapseLinkConnectionLinkTableStatus
   -WorkspaceObject <PSSynapseWorkspace>
   -LinkConnectionName <String>
   -MaxSegmentCount <Int32>
   [-ContinuationToken <Object>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzSynapseLinkConnectionLinkTableStatus
   -MaxSegmentCount <Int32>
   -InputObject <PSLinkConnectionResource>
   [-ContinuationToken <Object>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

説明

Get-AzSynapseLinkConnectionLinkTablesStatus コマンドレットは、リンク接続の下にあるリンク テーブルの状態を取得します。

例 1

Get-AzSynapseLinkConnectionLinkTableStatus -WorkspaceName ContosoWorkspace -LinkConnectionName ContosoLinkConnection -MaxSegmentCount 50

このコマンドは、ワークスペース ContosoWorkspace のリンク接続 ContosoLinkConnection で最大セグメント数 50 のリンク テーブルの状態を取得します。

例 2

$ws = Get-AzSynapseWorkspace -Name ContosoWorkspace
$ws | Get-AzSynapseLinkConnectionLinkTableStatus -LinkConnectionName ContosoLinkConnection -MaxSegmentCount 50

このコマンドは、ワークスペース ContosoWorkspace 内のリンク接続 ContosoLinkConnection の下で、パイプライン経由で最大セグメント数 50 のリンク テーブルの状態を取得します。

例 3

$lc = Get-AzSynapseLinkConnection -WorkspaceName ContosoWorkspace -Name ContosoLinkConnection
$lc | Get-AzSynapseLinkConnectionLinkTableStatus -MaxSegmentCount 50

このコマンドは、パイプライン経由のリンク接続で最大セグメント数 50 のリンク テーブルの状態を取得します。

パラメーター

-ContinuationToken

テーブルの状態を照会する継続トークン。

Type:Object
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DefaultProfile

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

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

-InputObject

リンク接続に関する情報。

Type:PSLinkConnectionResource
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-LinkConnectionName

リンク接続の名前。

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

-MaxSegmentCount

クエリ テーブルの状態に対する最大セグメント数。

Type:Int32
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-WorkspaceName

Synapse ワークスペースの名前。

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

-WorkspaceObject

ワークスペース入力オブジェクト。通常はパイプラインを介して渡されます。

Type:PSSynapseWorkspace
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

入力

PSSynapseWorkspace

PSLinkConnectionResource

出力

PSLinkConnectionQueryTableStatus