Freigeben über


SqlServerDatabaseReplicationLinkCollection.GetAll(CancellationToken) Methode

Definition

Ruft eine Liste der Replikationslinks für die Datenbank ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/replicationLinks
  • Vorgang IdReplicationLinks_ListByDatabase
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)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der SqlServerDatabaseReplicationLinkResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: