Freigeben über


ProjectFileCollection.GetAllAsync(CancellationToken) Methode

Definition

Die Projektressource ist eine geschachtelte Ressource, die ein gespeichertes Migrationsprojekt darstellt. Diese Methode gibt eine Liste von Dateien zurück, die einer Projektressource gehören.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}/files
  • Vorgang IdFiles_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.DataMigration.ProjectFileResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataMigration.ProjectFileResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataMigration.ProjectFileResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ProjectFileResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: