Freigeben über


AmlFileSystemCollection.GetAllAsync(CancellationToken) Methode

Definition

Gibt alle AML-Dateisysteme zurück, auf die der Benutzer unter einer Ressourcengruppe Zugriff hat.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems
  • Vorgangs-IdamlFilesystems_ListByResourceGroup
public virtual Azure.AsyncPageable<Azure.ResourceManager.StorageCache.AmlFileSystemResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.StorageCache.AmlFileSystemResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.StorageCache.AmlFileSystemResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AmlFileSystemResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: