Get-AzSynapseLinkConnectionLinkTableStatus       
	
   
	
		Gets status of link tables under a link connection.
	 
	Syntax 
	
		GetByName (Default)
	  
	
		Get-AzSynapseLinkConnectionLinkTableStatus
    -WorkspaceName <String>
    -LinkConnectionName <String>
    -MaxSegmentCount <Int32>
    [-ContinuationToken <Object>]
    [-DefaultProfile <IAzureContextContainer>]
    [<CommonParameters>]
 
	
		GetByObject
	  
	
		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 
	
		The Get-AzSynapseLinkConnectionLinkTablesStatus  cmdlet gets status of link tables under a link connection.
	 
	Examples 
	Example 1 
	
		Get-AzSynapseLinkConnectionLinkTableStatus -WorkspaceName ContosoWorkspace -LinkConnectionName ContosoLinkConnection -MaxSegmentCount 50
This command gets status of link tables with max segment count 50 under link connection ContosoLinkConnection in workspace ContosoWorkspace.
	 
	Example 2 
	
		$ws = Get-AzSynapseWorkspace -Name ContosoWorkspace
$ws | Get-AzSynapseLinkConnectionLinkTableStatus -LinkConnectionName ContosoLinkConnection -MaxSegmentCount 50
This command gets status of link tables with max segment count 50 under link connection ContosoLinkConnection in workspace ContosoWorkspace through pipeline.
	 
	Example 3 
	
		$lc = Get-AzSynapseLinkConnection -WorkspaceName ContosoWorkspace -Name ContosoLinkConnection
$lc | Get-AzSynapseLinkConnectionLinkTableStatus -MaxSegmentCount 50
This command gets status of link tables with max segment count 50 under a link connection through pipeline.
	 
	Parameters 
		-ContinuationToken  
		Continuation token to query table status.
		Parameter properties 
		
				Type: Object 
Default value: None Supports wildcards: False DontShow: False 
		Parameter sets 
			
				
					(All) 
					
						 
				 
				
						Position: Named Mandatory: False Value from pipeline: False Value from pipeline by property name: False Value from remaining arguments: False 
			 
		-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 
			 
		
		The information about the link connection.
		
		
		
			
				
					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 
			 
		-MaxSegmentCount   
		Max segment count to query table status.
		Parameter properties 
		
				Type: Int32 
Default value: None Supports wildcards: False DontShow: False 
		Parameter sets 
			
				
					(All) 
					
						 
				 
				
						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 
		
		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 .
		 
	
			
			
				
			
			
			
				
			
	Outputs