ProjectFileCollection.GetAllAsync(CancellationToken) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
La ressource de projet est une ressource imbriquée représentant un projet de migration stocké. Cette méthode retourne une liste de fichiers appartenant à une ressource de projet.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}/files
- IdFiles_List d’opération
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)
Paramètres
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Collection asynchrone de qui peut nécessiter plusieurs demandes de ProjectFileResource service pour itérer.
S’applique à
Azure SDK for .NET