Delen via


Get-AzSynapseLinkConnectionLinkTableStatus

Hiermee wordt de status van koppelingstabellen onder een koppelingsverbinding ophaalt.

Syntaxis

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

Description

De cmdlet Get-AzSynapseLinkConnectionLinkTablesStatus haalt de status van koppelingstabellen op onder een koppelingsverbinding.

Voorbeelden

Voorbeeld 1

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

Met deze opdracht wordt de status van koppelingstabellen opgehaald met het maximum aantal segmenten 50 onder koppelingsverbinding ContosoLinkConnection in werkruimte ContosoWorkspace.

Voorbeeld 2

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

Met deze opdracht krijgt u de status van koppelingstabellen met maximaal aantal segmenten 50 onder koppelingsverbinding ContosoLinkConnection in werkruimte ContosoWorkspace via pijplijn.

Voorbeeld 3

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

Met deze opdracht wordt de status van koppelingstabellen met het maximum aantal segmenten 50 onder een koppelingsverbinding via een pijplijn ophaalt.

Parameters

-ContinuationToken

Vervolgtoken om de tabelstatus op te vragen.

Type:Object
Position:Named
Default value:None
Vereist:False
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-DefaultProfile

De referenties, accounts, tenants en abonnementen die worden gebruikt voor communicatie met Azure.

Type:IAzureContextContainer
Aliassen:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Vereist:False
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-InputObject

De informatie over de koppelingsverbinding.

Type:PSLinkConnectionResource
Position:Named
Default value:None
Vereist:True
Pijplijninvoer accepteren:True
Jokertekens accepteren:False

-LinkConnectionName

Naam van koppelingsverbinding.

Type:String
Position:Named
Default value:None
Vereist:True
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-MaxSegmentCount

Maximum aantal segmenten om de tabelstatus op te vragen.

Type:Int32
Position:Named
Default value:None
Vereist:True
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-WorkspaceName

Naam van Synapse-werkruimte.

Type:String
Position:Named
Default value:None
Vereist:True
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-WorkspaceObject

werkruimte-invoerobject, meestal doorgegeven via de pijplijn.

Type:PSSynapseWorkspace
Position:Named
Default value:None
Vereist:True
Pijplijninvoer accepteren:True
Jokertekens accepteren:False

Invoerwaarden

PSSynapseWorkspace

PSLinkConnectionResource

Uitvoerwaarden

PSLinkConnectionQueryTableStatus