Freigeben über


SynapseReplicationLinkCollection.Get(String, CancellationToken) Methode

Definition

Rufen Sie die Replikationslink für SQL-Pool nach Namen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/replicationLinks/{linkId}
  • Vorgangs-IdSqlPoolReplicationLinks_GetByName
public virtual Azure.Response<Azure.ResourceManager.Synapse.SynapseReplicationLinkResource> Get (string linkId, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Synapse.SynapseReplicationLinkResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Synapse.SynapseReplicationLinkResource>
Public Overridable Function Get (linkId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SynapseReplicationLinkResource)

Parameter

linkId
String

Die ID des Replikationslinks.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

linkId ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

linkId ist NULL.

Gilt für: