Bagikan melalui


Get-AzSynapseLinkConnectionLinkTableStatus

Mendapatkan status tabel tautan di bawah koneksi tautan.

Sintaks

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>]

Deskripsi

Cmdlet Get-AzSynapseLink Koneksi ionLinkTablesStatus mendapatkan status tabel tautan di bawah koneksi tautan.

Contoh

Contoh 1

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

Perintah ini mendapatkan status tabel tautan dengan jumlah segmen maks 50 di bawah koneksi tautan ContosoLink Koneksi ion di ruang kerja ContosoWorkspace.

Contoh 2

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

Perintah ini mendapatkan status tabel tautan dengan jumlah segmen maks 50 di bawah koneksi tautan ContosoLink Koneksi ion di ruang kerja ContosoWorkspace melalui alur.

Contoh 3

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

Perintah ini mendapatkan status tabel tautan dengan jumlah segmen maks 50 di bawah koneksi tautan melalui alur.

Parameter

-ContinuationToken

Token kelanjutan ke status tabel kueri.

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

-DefaultProfile

Kredensial, akun, penyewa, dan langganan yang digunakan untuk komunikasi dengan Azure.

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

-InputObject

Informasi tentang koneksi tautan.

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

-LinkConnectionName

Nama koneksi tautan.

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

-MaxSegmentCount

Jumlah segmen maksimum untuk mengkueri status tabel.

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

-WorkspaceName

Nama ruang kerja Synapse.

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

-WorkspaceObject

objek input ruang kerja, biasanya melewati alur.

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

Input

PSSynapseWorkspace

PSLinkConnectionResource

Output

PSLinkConnectionQueryTableStatus