Share via


SqlServerDatabaseReplicationLinkCollection.GetAll(CancellationToken) Method

Definition

Gets a list of replication links on database.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/replicationLinks
  • Operation Id: ReplicationLinks_ListByDatabase
  • Default Api Version: 2022-02-01-preview
  • Resource: SqlServerDatabaseReplicationLinkResource
public virtual Azure.Pageable<Azure.ResourceManager.Sql.SqlServerDatabaseReplicationLinkResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.SqlServerDatabaseReplicationLinkResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.SqlServerDatabaseReplicationLinkResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SqlServerDatabaseReplicationLinkResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to