Share via


SynapseReplicationLinkCollection.GetAllAsync(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.AsyncPageable<Azure.ResourceManager.Synapse.SynapseReplicationLinkResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Synapse.SynapseReplicationLinkResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Synapse.SynapseReplicationLinkResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SynapseReplicationLinkResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to