Edit

Share via


Get-AzSynapseLinkConnectionLinkTable

Gets information about link tables under a link connection.

Syntax

GetByName (Default)

Get-AzSynapseLinkConnectionLinkTable
    -WorkspaceName <String>
    -LinkConnectionName <String>
    [-DefaultProfile <IAzureContextContainer>]
    [<CommonParameters>]

GetByObject

Get-AzSynapseLinkConnectionLinkTable
    -WorkspaceObject <PSSynapseWorkspace>
    -LinkConnectionName <String>
    [-DefaultProfile <IAzureContextContainer>]
    [<CommonParameters>]

GetByInputObject

Get-AzSynapseLinkConnectionLinkTable
    -InputObject <PSLinkConnectionResource>
    [-DefaultProfile <IAzureContextContainer>]
    [<CommonParameters>]

Description

The Get-AzSynapseLinkConnectionLinkTable cmdlet gets information about link tables under a link connection.

Examples

Example 1

Get-AzSynapseLinkConnectionLinkTable -WorkspaceName ContosoWorkspace -LinkConnectionName ContosoLinkConnection

This command gets information about link tables under link connection ContosoLinkConnection in workspace ContosoWorkspace.

Example 2

$ws = Get-AzSynapseWorkspace -Name ContosoWorkspace
$ws | Get-AzSynapseLinkConnectionLinkTable -LinkConnectionName ContosoLinkConnection

This command gets information about link tables under link connection ContosoLinkConnection in workspace ContosoWorkspace through pipeline.

Example 3

$lc = Get-AzSynapseLinkConnection -WorkspaceName ContosoWorkspace -Name ContosoLinkConnection
$lc | Get-AzSynapseLinkConnectionLinkTable

This command gets information about link tables under a link connection through pipeline.

Parameters

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with Azure.

Parameter properties

Type:IAzureContextContainer
Default value:None
Supports wildcards:False
DontShow:False
Aliases:AzContext, AzureRmContext, AzureCredential

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-InputObject

The information about the link connection.

Parameter properties

Type:PSLinkConnectionResource
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

GetByInputObject
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-LinkConnectionName

Name of link connection.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

GetByName
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
GetByObject
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-WorkspaceName

Name of Synapse workspace.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

GetByName
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-WorkspaceObject

workspace input object, usually passed through the pipeline.

Parameter properties

Type:PSSynapseWorkspace
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

GetByObject
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

PSSynapseWorkspace

PSLinkConnectionResource

Outputs

PSLinkTableResource