Get-AzSynapseLinkConnectionDetailedStatus
Hiermee wordt de detailstatus van een koppelingsverbinding in de werkruimte opgeslagen.
Syntaxis
Get-AzSynapseLinkConnectionDetailedStatus
-WorkspaceName <String>
-Name <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzSynapseLinkConnectionDetailedStatus
-WorkspaceObject <PSSynapseWorkspace>
-Name <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
De cmdlet Get-AzSynapseLinkConnectionDetailedStatus krijgt gedetailleerde status over een koppelingsverbinding in de werkruimte. Nadat u een koppelingsverbinding hebt gestart/gestopt, kunt u deze cmdlet gebruiken om de status van de koppelingsverbinding op te halen.
Voorbeelden
Voorbeeld 1
Get-AzSynapseLinkConnectionDetailedStatus -WorkspaceName ContosoWorkspace -Name ContosoLinkConnection
Hiermee wordt de detailstatus opgehaald over de koppelingsverbinding ContosoLinkConnection in de werkruimte ContosoWorkspace.
Voorbeeld 2
$ws = Get-AzSynapseWorkspace -Name ContosoWorkspace
$ws | Get-AzSynapseLinkConnectionDetailedStatus -Name ContosoLinkConnection
Met deze opdracht krijgt u de gedetailleerde status over de koppelingsverbinding ContosoLinkConnection onder een werkruimte via een pijplijn.
Voorbeeld 3
Start-AzSynapseLinkConnection -WorkspaceName ContosoWorkspace -Name ContosoLinkConnection
Get-AzSynapseLinkConnectionDetailedStatus -WorkspaceName ContosoWorkspace -Name ContosoLinkConnection
Start een koppelingsverbinding met de naam ContosoLinkConnection in werkruimte ContosoWorkspace. Het kost enige tijd om te starten. Vervolgens kunt u Get-AzSynapseLinkConnectionDetailedStatus aanroepen om de status ervan te controleren.
Voorbeeld 4
Stop-AzSynapseLinkConnection -WorkspaceName ContosoWorkspace -Name ContosoLinkConnection
Get-AzSynapseLinkConnectionDetailedStatus -WorkspaceName ContosoWorkspace -Name ContosoLinkConnection
Stopt een koppelingsverbinding met de naam ContosoLinkConnection in werkruimte ContosoWorkspace. Het kost enige tijd om te stoppen. Vervolgens kunt u Get-AzSynapseLinkConnectionDetailedStatus aanroepen om de status ervan te controleren.
Parameters
-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 |
-Name
De verbindingsnaam van de Synapse-koppeling voor Azure Sql Database.
Type: | String |
Aliassen: | LinkConnectionName |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
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 |