TransferManager.DownloadDirectoryAsync 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.
Surcharges
DownloadDirectoryAsync(CloudFileDirectory, String, DownloadDirectoryOptions, DirectoryTransferContext, CancellationToken) |
Téléchargez un répertoire de fichiers Azure à partir de Stockage Fichier Azure. |
DownloadDirectoryAsync(CloudBlobDirectory, String, DownloadDirectoryOptions, DirectoryTransferContext, CancellationToken) |
Téléchargez un répertoire d’objets blob Azure à partir de Stockage Blob Azure. |
DownloadDirectoryAsync(CloudBlobDirectory, String, DownloadDirectoryOptions, DirectoryTransferContext) |
Téléchargez un répertoire d’objets blob Azure à partir de Stockage Blob Azure. |
DownloadDirectoryAsync(CloudFileDirectory, String, DownloadDirectoryOptions, DirectoryTransferContext) |
Téléchargez un répertoire de fichiers Azure à partir de Stockage Fichier Azure. |
DownloadDirectoryAsync(CloudFileDirectory, String, DownloadDirectoryOptions, DirectoryTransferContext, CancellationToken)
Téléchargez un répertoire de fichiers Azure à partir de Stockage Fichier Azure.
public static System.Threading.Tasks.Task<Microsoft.Azure.Storage.DataMovement.TransferStatus> DownloadDirectoryAsync (Microsoft.Azure.Storage.File.CloudFileDirectory sourceFileDir, string destPath, Microsoft.Azure.Storage.DataMovement.DownloadDirectoryOptions options, Microsoft.Azure.Storage.DataMovement.DirectoryTransferContext context, System.Threading.CancellationToken cancellationToken);
static member DownloadDirectoryAsync : Microsoft.Azure.Storage.File.CloudFileDirectory * string * Microsoft.Azure.Storage.DataMovement.DownloadDirectoryOptions * Microsoft.Azure.Storage.DataMovement.DirectoryTransferContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.DataMovement.TransferStatus>
Public Shared Function DownloadDirectoryAsync (sourceFileDir As CloudFileDirectory, destPath As String, options As DownloadDirectoryOptions, context As DirectoryTransferContext, cancellationToken As CancellationToken) As Task(Of TransferStatus)
Paramètres
- sourceFileDir
- CloudFileDirectory
CloudFileDirectory qui est le répertoire de fichiers Azure source.
- destPath
- String
Chemin d’accès au répertoire de destination
- options
- DownloadDirectoryOptions
Objet DownloadDirectoryOptions qui spécifie des options supplémentaires pour l’opération.
- context
- DirectoryTransferContext
Objet DirectoryTransferContext qui représente le contexte de l’opération en cours.
- cancellationToken
- CancellationToken
Objet CancellationToken à observer en attendant la fin d’une tâche.
Retours
Objet Task<TResult> de type TransferStatus qui représente l’opération asynchrone.
S’applique à
DownloadDirectoryAsync(CloudBlobDirectory, String, DownloadDirectoryOptions, DirectoryTransferContext, CancellationToken)
Téléchargez un répertoire d’objets blob Azure à partir de Stockage Blob Azure.
public static System.Threading.Tasks.Task<Microsoft.Azure.Storage.DataMovement.TransferStatus> DownloadDirectoryAsync (Microsoft.Azure.Storage.Blob.CloudBlobDirectory sourceBlobDir, string destPath, Microsoft.Azure.Storage.DataMovement.DownloadDirectoryOptions options, Microsoft.Azure.Storage.DataMovement.DirectoryTransferContext context, System.Threading.CancellationToken cancellationToken);
static member DownloadDirectoryAsync : Microsoft.Azure.Storage.Blob.CloudBlobDirectory * string * Microsoft.Azure.Storage.DataMovement.DownloadDirectoryOptions * Microsoft.Azure.Storage.DataMovement.DirectoryTransferContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.DataMovement.TransferStatus>
Public Shared Function DownloadDirectoryAsync (sourceBlobDir As CloudBlobDirectory, destPath As String, options As DownloadDirectoryOptions, context As DirectoryTransferContext, cancellationToken As CancellationToken) As Task(Of TransferStatus)
Paramètres
- sourceBlobDir
- CloudBlobDirectory
CloudBlobDirectory qui est le répertoire d’objets blob Azure source.
- destPath
- String
Chemin d’accès au répertoire de destination
- options
- DownloadDirectoryOptions
Objet DownloadDirectoryOptions qui spécifie des options supplémentaires pour l’opération.
- context
- DirectoryTransferContext
Objet DirectoryTransferContext qui représente le contexte de l’opération en cours.
- cancellationToken
- CancellationToken
Objet CancellationToken à observer en attendant la fin d’une tâche.
Retours
Objet Task<TResult> de type TransferStatus qui représente l’opération asynchrone.
S’applique à
DownloadDirectoryAsync(CloudBlobDirectory, String, DownloadDirectoryOptions, DirectoryTransferContext)
Téléchargez un répertoire d’objets blob Azure à partir de Stockage Blob Azure.
public static System.Threading.Tasks.Task<Microsoft.Azure.Storage.DataMovement.TransferStatus> DownloadDirectoryAsync (Microsoft.Azure.Storage.Blob.CloudBlobDirectory sourceBlobDir, string destPath, Microsoft.Azure.Storage.DataMovement.DownloadDirectoryOptions options, Microsoft.Azure.Storage.DataMovement.DirectoryTransferContext context);
static member DownloadDirectoryAsync : Microsoft.Azure.Storage.Blob.CloudBlobDirectory * string * Microsoft.Azure.Storage.DataMovement.DownloadDirectoryOptions * Microsoft.Azure.Storage.DataMovement.DirectoryTransferContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.DataMovement.TransferStatus>
Public Shared Function DownloadDirectoryAsync (sourceBlobDir As CloudBlobDirectory, destPath As String, options As DownloadDirectoryOptions, context As DirectoryTransferContext) As Task(Of TransferStatus)
Paramètres
- sourceBlobDir
- CloudBlobDirectory
CloudBlobDirectory qui est le répertoire d’objets blob Azure source.
- destPath
- String
Chemin d’accès au répertoire de destination
- options
- DownloadDirectoryOptions
Objet DownloadDirectoryOptions qui spécifie des options supplémentaires pour l’opération.
- context
- DirectoryTransferContext
Objet DirectoryTransferContext qui représente le contexte de l’opération en cours.
Retours
Objet Task<TResult> de type TransferStatus qui représente l’opération asynchrone.
S’applique à
DownloadDirectoryAsync(CloudFileDirectory, String, DownloadDirectoryOptions, DirectoryTransferContext)
Téléchargez un répertoire de fichiers Azure à partir de Stockage Fichier Azure.
public static System.Threading.Tasks.Task<Microsoft.Azure.Storage.DataMovement.TransferStatus> DownloadDirectoryAsync (Microsoft.Azure.Storage.File.CloudFileDirectory sourceFileDir, string destPath, Microsoft.Azure.Storage.DataMovement.DownloadDirectoryOptions options, Microsoft.Azure.Storage.DataMovement.DirectoryTransferContext context);
static member DownloadDirectoryAsync : Microsoft.Azure.Storage.File.CloudFileDirectory * string * Microsoft.Azure.Storage.DataMovement.DownloadDirectoryOptions * Microsoft.Azure.Storage.DataMovement.DirectoryTransferContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.DataMovement.TransferStatus>
Public Shared Function DownloadDirectoryAsync (sourceFileDir As CloudFileDirectory, destPath As String, options As DownloadDirectoryOptions, context As DirectoryTransferContext) As Task(Of TransferStatus)
Paramètres
- sourceFileDir
- CloudFileDirectory
CloudFileDirectory qui est le répertoire de fichiers Azure source.
- destPath
- String
Chemin d’accès au répertoire de destination
- options
- DownloadDirectoryOptions
Objet DownloadDirectoryOptions qui spécifie des options supplémentaires pour l’opération.
- context
- DirectoryTransferContext
Objet DirectoryTransferContext qui représente le contexte de l’opération en cours.
Retours
Objet Task<TResult> de type TransferStatus qui représente l’opération asynchrone.
S’applique à
Azure SDK for .NET