TransferManager.GetResumableTransfersAsync 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.
Répertorie tous les transferts stockés dans le point de contrôle qui peuvent être repris.
public virtual System.Collections.Generic.IAsyncEnumerable<Azure.Storage.DataMovement.Models.DataTransferProperties> GetResumableTransfersAsync ();
abstract member GetResumableTransfersAsync : unit -> System.Collections.Generic.IAsyncEnumerable<Azure.Storage.DataMovement.Models.DataTransferProperties>
override this.GetResumableTransfersAsync : unit -> System.Collections.Generic.IAsyncEnumerable<Azure.Storage.DataMovement.Models.DataTransferProperties>
Public Overridable Function GetResumableTransfersAsync () As IAsyncEnumerable(Of DataTransferProperties)
Retours
Liste d’objets DataTransferProperties qui peuvent être utilisés pour reconstruire des ressources à reprendre avec.