Delen via


Start-AzSynapseLinkConnection

Hiermee wordt een koppelingsverbinding gestart.

Syntaxis

Start-AzSynapseLinkConnection
     -WorkspaceName <String>
     -Name <String>
     [-PassThru]
     [-AsJob]
     [-DefaultProfile <IAzureContextContainer>]
     [-WhatIf]
     [-Confirm]
     [<CommonParameters>]
Start-AzSynapseLinkConnection
     -WorkspaceObject <PSSynapseWorkspace>
     -Name <String>
     [-PassThru]
     [-AsJob]
     [-DefaultProfile <IAzureContextContainer>]
     [-WhatIf]
     [-Confirm]
     [<CommonParameters>]
Start-AzSynapseLinkConnection
     -InputObject <PSLinkConnectionResource>
     [-PassThru]
     [-AsJob]
     [-DefaultProfile <IAzureContextContainer>]
     [-WhatIf]
     [-Confirm]
     [<CommonParameters>]

Description

De cmdlet Start-AzSynapseLink Verbinding maken ion start een koppelingsverbinding in de werkruimte. Het kost enige tijd om te beginnen met uitvoeren, nadat u deze cmdlet hebt aangeroepen, kunt u de detailstatus controleren door Get-AzSynapseLink Verbinding maken ionDetailedStatus aan te roepen.

Voorbeelden

Voorbeeld 1

Start-AzSynapseLinkConnection -WorkspaceName ContosoWorkspace -Name ContosoLinkConnection

Met deze opdracht start u een koppelingsverbinding met de naam ContosoLink Verbinding maken ion in de werkruimte.

Voorbeeld 2

$ws = Get-AzSynapseWorkspace -Workspacename ContosoWorkspace
$ws | Start-AzSynapseLinkConnection -Name ContosoLinkConnection

Met deze opdracht start u een koppelingsverbinding met de naam ContosoLink Verbinding maken ion in de werkruimte via de pijplijn.

Voorbeeld 3

$linkConnection = Get-AzSynapseLinkConnection -Workspacename ContosoWorkspace -Name ContosoLinkConnection
$linkConnection | Start-AzSynapseLinkConnection

Met deze opdracht start u een koppelingsverbinding met de naam ContosoLink Verbinding maken ion in de werkruimte via de pijplijn.

Voorbeeld 4

Start-AzSynapseLinkConnection -WorkspaceName ContosoWorkspace -Name ContosoLinkConnection
Get-AzSynapseLinkConnectionDetailedStatus -WorkspaceName ContosoWorkspace -Name ContosoLinkConnection

WorkspaceName     : ContosoWorkspace
Id                : xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Name              : ContosoLinkConnection
IsApplyingChanges :
IsPartiallyFailed : False
StartTime         : 2022-03-10T07:57:37.8730044Z
StopTime          :
Status            : Starting
ContinuousRunId   : xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Error             :

Met de opdracht Start-AzSynapseLink Verbinding maken ion wordt een koppelingsverbinding gestart met de naam ContosoLink Verbinding maken ion in de werkruimte. Vervolgens kunt u Get-AzSynapseLink Verbinding maken ionDetailedStatus aanroepen om de status van de koppelingsverbinding op te halen.

Parameters

-AsJob

Cmdlet op de achtergrond uitvoeren

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

-Confirm

Hiermee wordt u gevraagd om bevestiging voordat u de cmdlet uitvoert.

Type:SwitchParameter
Aliassen:cf
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

Het Synapse-koppelingsobject voor Azure Sql Database.

Type:PSLinkConnectionResource
Position:Named
Default value:None
Vereist:True
Pijplijninvoer accepteren:True
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:False
Jokertekens accepteren:False

-PassThru

Met deze cmdlet wordt standaard geen object geretourneerd. Als deze schakeloptie is opgegeven, wordt waar geretourneerd als deze is geslaagd.

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

-WhatIf

Hiermee wordt weergegeven wat er zou gebeuren als u de cmdlet uitvoert. De cmdlet wordt niet uitgevoerd.

Type:SwitchParameter
Aliassen:wi
Position:Named
Default value:None
Vereist:False
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

Boolean