Freigeben über


TableCollection.GetAllAsync(CancellationToken) Methode

Definition

Ruft eine Liste aller Tabellen unter dem angegebenen Speicherkonto ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables
  • Vorgang IdTable_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Storage.TableResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Storage.TableResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Storage.TableResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of TableResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der TableResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: