Partager via


TransferManager.GetResumableTransfersAsync Méthode

Définition

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.

S’applique à