Partilhar via


TransferManager.GetResumableTransfersAsync Método

Definição

Lista todas as transferências armazenadas no ponto de verificação que podem ser retomadas.

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)

Retornos

Lista de DataTransferProperties objetos que podem ser usados para recompilar recursos com os quais retomar.

Aplica-se a