Freigeben über


ElasticPoolCollection.GetAllAsync Methode

Definition

Ruft alle Pools für elastische Datenbanken auf einem Server ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/elasticPools
  • Vorgangs-IdElasticPools_ListByServer
public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.ElasticPoolResource> GetAllAsync (long? skip = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<int64> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ElasticPoolResource>
override this.GetAllAsync : Nullable<int64> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ElasticPoolResource>
Public Overridable Function GetAllAsync (Optional skip As Nullable(Of Long) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ElasticPoolResource)

Parameter

skip
Nullable<Int64>

Die Anzahl der zu überspringenden Elemente in der Auflistung.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von ElasticPoolResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: