Share via


SynapseReplicationLinkCollection.GetAll(CancellationToken) Method

Definition

Lists a Sql pool's replication links.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/replicationLinks
  • Operation Id: SqlPoolReplicationLinks_List
public virtual Azure.Pageable<Azure.ResourceManager.Synapse.SynapseReplicationLinkResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Synapse.SynapseReplicationLinkResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Synapse.SynapseReplicationLinkResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SynapseReplicationLinkResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of SynapseReplicationLinkResource that may take multiple service requests to iterate over.

Applies to