TransferManager.DownloadAsync 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
DownloadAsync(CloudFile, String, DownloadOptions, SingleTransferContext, CancellationToken) |
Téléchargez un fichier Azure à partir du stockage De fichiers Azure. |
DownloadAsync(CloudFile, Stream, DownloadOptions, SingleTransferContext, CancellationToken) |
Téléchargez un fichier Azure à partir du stockage De fichiers Azure. |
DownloadAsync(CloudBlob, String, DownloadOptions, SingleTransferContext, CancellationToken) |
Téléchargez un objet blob Azure à partir de Stockage Blob Azure. |
DownloadAsync(CloudBlob, Stream, DownloadOptions, SingleTransferContext, CancellationToken) |
Téléchargez un objet blob Azure à partir de Stockage Blob Azure. |
DownloadAsync(CloudFile, String, DownloadOptions, SingleTransferContext) |
Téléchargez un fichier Azure à partir du stockage De fichiers Azure. |
DownloadAsync(CloudFile, Stream, DownloadOptions, SingleTransferContext) |
Téléchargez un fichier Azure à partir du stockage De fichiers Azure. |
DownloadAsync(CloudFile, Stream) |
Téléchargez un fichier Azure à partir du stockage De fichiers Azure. |
DownloadAsync(CloudBlob, Stream, DownloadOptions, SingleTransferContext) |
Téléchargez un objet blob Azure à partir de Stockage Blob Azure. |
DownloadAsync(CloudFile, String) |
Téléchargez un fichier Azure à partir du stockage De fichiers Azure. |
DownloadAsync(CloudBlob, String) |
Téléchargez un objet blob Azure à partir de Stockage Blob Azure. |
DownloadAsync(CloudBlob, Stream) |
Téléchargez un objet blob Azure à partir de Stockage Blob Azure. |
DownloadAsync(CloudBlob, String, DownloadOptions, SingleTransferContext) |
Téléchargez un objet blob Azure à partir de Stockage Blob Azure. |
DownloadAsync(CloudFile, String, DownloadOptions, SingleTransferContext, CancellationToken)
Téléchargez un fichier Azure à partir du stockage De fichiers Azure.
public static System.Threading.Tasks.Task DownloadAsync (Microsoft.Azure.Storage.File.CloudFile sourceFile, string destPath, Microsoft.Azure.Storage.DataMovement.DownloadOptions options, Microsoft.Azure.Storage.DataMovement.SingleTransferContext context, System.Threading.CancellationToken cancellationToken);
static member DownloadAsync : Microsoft.Azure.Storage.File.CloudFile * string * Microsoft.Azure.Storage.DataMovement.DownloadOptions * Microsoft.Azure.Storage.DataMovement.SingleTransferContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Shared Function DownloadAsync (sourceFile As CloudFile, destPath As String, options As DownloadOptions, context As SingleTransferContext, cancellationToken As CancellationToken) As Task
Paramètres
- destPath
- String
Chemin du fichier de destination.
- options
- DownloadOptions
Objet DownloadOptions qui spécifie des options supplémentaires pour l’opération.
- context
- SingleTransferContext
Objet SingleTransferContext 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 qui représente l’opération asynchrone.
S’applique à
DownloadAsync(CloudFile, Stream, DownloadOptions, SingleTransferContext, CancellationToken)
Téléchargez un fichier Azure à partir du stockage De fichiers Azure.
public static System.Threading.Tasks.Task DownloadAsync (Microsoft.Azure.Storage.File.CloudFile sourceFile, System.IO.Stream destStream, Microsoft.Azure.Storage.DataMovement.DownloadOptions options, Microsoft.Azure.Storage.DataMovement.SingleTransferContext context, System.Threading.CancellationToken cancellationToken);
static member DownloadAsync : Microsoft.Azure.Storage.File.CloudFile * System.IO.Stream * Microsoft.Azure.Storage.DataMovement.DownloadOptions * Microsoft.Azure.Storage.DataMovement.SingleTransferContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Shared Function DownloadAsync (sourceFile As CloudFile, destStream As Stream, options As DownloadOptions, context As SingleTransferContext, cancellationToken As CancellationToken) As Task
Paramètres
- options
- DownloadOptions
Objet DownloadOptions qui spécifie des options supplémentaires pour l’opération.
- context
- SingleTransferContext
Objet SingleTransferContext 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 qui représente l’opération asynchrone.
S’applique à
DownloadAsync(CloudBlob, String, DownloadOptions, SingleTransferContext, CancellationToken)
Téléchargez un objet blob Azure à partir de Stockage Blob Azure.
public static System.Threading.Tasks.Task DownloadAsync (Microsoft.Azure.Storage.Blob.CloudBlob sourceBlob, string destPath, Microsoft.Azure.Storage.DataMovement.DownloadOptions options, Microsoft.Azure.Storage.DataMovement.SingleTransferContext context, System.Threading.CancellationToken cancellationToken);
static member DownloadAsync : Microsoft.Azure.Storage.Blob.CloudBlob * string * Microsoft.Azure.Storage.DataMovement.DownloadOptions * Microsoft.Azure.Storage.DataMovement.SingleTransferContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Shared Function DownloadAsync (sourceBlob As CloudBlob, destPath As String, options As DownloadOptions, context As SingleTransferContext, cancellationToken As CancellationToken) As Task
Paramètres
- destPath
- String
Chemin du fichier de destination.
- options
- DownloadOptions
Objet DownloadOptions qui spécifie des options supplémentaires pour l’opération.
- context
- SingleTransferContext
Objet SingleTransferContext 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 qui représente l’opération asynchrone.
S’applique à
DownloadAsync(CloudBlob, Stream, DownloadOptions, SingleTransferContext, CancellationToken)
Téléchargez un objet blob Azure à partir de Stockage Blob Azure.
public static System.Threading.Tasks.Task DownloadAsync (Microsoft.Azure.Storage.Blob.CloudBlob sourceBlob, System.IO.Stream destStream, Microsoft.Azure.Storage.DataMovement.DownloadOptions options, Microsoft.Azure.Storage.DataMovement.SingleTransferContext context, System.Threading.CancellationToken cancellationToken);
static member DownloadAsync : Microsoft.Azure.Storage.Blob.CloudBlob * System.IO.Stream * Microsoft.Azure.Storage.DataMovement.DownloadOptions * Microsoft.Azure.Storage.DataMovement.SingleTransferContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Shared Function DownloadAsync (sourceBlob As CloudBlob, destStream As Stream, options As DownloadOptions, context As SingleTransferContext, cancellationToken As CancellationToken) As Task
Paramètres
- options
- DownloadOptions
Objet DownloadOptions qui spécifie des options supplémentaires pour l’opération.
- context
- SingleTransferContext
Objet SingleTransferContext 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 qui représente l’opération asynchrone.
S’applique à
DownloadAsync(CloudFile, String, DownloadOptions, SingleTransferContext)
Téléchargez un fichier Azure à partir du stockage De fichiers Azure.
public static System.Threading.Tasks.Task DownloadAsync (Microsoft.Azure.Storage.File.CloudFile sourceFile, string destPath, Microsoft.Azure.Storage.DataMovement.DownloadOptions options, Microsoft.Azure.Storage.DataMovement.SingleTransferContext context);
static member DownloadAsync : Microsoft.Azure.Storage.File.CloudFile * string * Microsoft.Azure.Storage.DataMovement.DownloadOptions * Microsoft.Azure.Storage.DataMovement.SingleTransferContext -> System.Threading.Tasks.Task
Public Shared Function DownloadAsync (sourceFile As CloudFile, destPath As String, options As DownloadOptions, context As SingleTransferContext) As Task
Paramètres
- destPath
- String
Chemin du fichier de destination.
- options
- DownloadOptions
Objet DownloadOptions qui spécifie des options supplémentaires pour l’opération.
- context
- SingleTransferContext
Objet SingleTransferContext qui représente le contexte de l’opération en cours.
Retours
Objet Task qui représente l’opération asynchrone.
S’applique à
DownloadAsync(CloudFile, Stream, DownloadOptions, SingleTransferContext)
Téléchargez un fichier Azure à partir du stockage De fichiers Azure.
public static System.Threading.Tasks.Task DownloadAsync (Microsoft.Azure.Storage.File.CloudFile sourceFile, System.IO.Stream destStream, Microsoft.Azure.Storage.DataMovement.DownloadOptions options, Microsoft.Azure.Storage.DataMovement.SingleTransferContext context);
static member DownloadAsync : Microsoft.Azure.Storage.File.CloudFile * System.IO.Stream * Microsoft.Azure.Storage.DataMovement.DownloadOptions * Microsoft.Azure.Storage.DataMovement.SingleTransferContext -> System.Threading.Tasks.Task
Public Shared Function DownloadAsync (sourceFile As CloudFile, destStream As Stream, options As DownloadOptions, context As SingleTransferContext) As Task
Paramètres
- options
- DownloadOptions
Objet DownloadOptions qui spécifie des options supplémentaires pour l’opération.
- context
- SingleTransferContext
Objet SingleTransferContext qui représente le contexte de l’opération en cours.
Retours
Objet Task qui représente l’opération asynchrone.
S’applique à
DownloadAsync(CloudFile, Stream)
Téléchargez un fichier Azure à partir du stockage De fichiers Azure.
public static System.Threading.Tasks.Task DownloadAsync (Microsoft.Azure.Storage.File.CloudFile sourceFile, System.IO.Stream destStream);
static member DownloadAsync : Microsoft.Azure.Storage.File.CloudFile * System.IO.Stream -> System.Threading.Tasks.Task
Public Shared Function DownloadAsync (sourceFile As CloudFile, destStream As Stream) As Task
Paramètres
Retours
Objet Task qui représente l’opération asynchrone.
S’applique à
DownloadAsync(CloudBlob, Stream, DownloadOptions, SingleTransferContext)
Téléchargez un objet blob Azure à partir de Stockage Blob Azure.
public static System.Threading.Tasks.Task DownloadAsync (Microsoft.Azure.Storage.Blob.CloudBlob sourceBlob, System.IO.Stream destStream, Microsoft.Azure.Storage.DataMovement.DownloadOptions options, Microsoft.Azure.Storage.DataMovement.SingleTransferContext context);
static member DownloadAsync : Microsoft.Azure.Storage.Blob.CloudBlob * System.IO.Stream * Microsoft.Azure.Storage.DataMovement.DownloadOptions * Microsoft.Azure.Storage.DataMovement.SingleTransferContext -> System.Threading.Tasks.Task
Public Shared Function DownloadAsync (sourceBlob As CloudBlob, destStream As Stream, options As DownloadOptions, context As SingleTransferContext) As Task
Paramètres
- options
- DownloadOptions
Objet DownloadOptions qui spécifie des options supplémentaires pour l’opération.
- context
- SingleTransferContext
Objet SingleTransferContext qui représente le contexte de l’opération en cours.
Retours
Objet Task qui représente l’opération asynchrone.
S’applique à
DownloadAsync(CloudFile, String)
Téléchargez un fichier Azure à partir du stockage De fichiers Azure.
public static System.Threading.Tasks.Task DownloadAsync (Microsoft.Azure.Storage.File.CloudFile sourceFile, string destPath);
static member DownloadAsync : Microsoft.Azure.Storage.File.CloudFile * string -> System.Threading.Tasks.Task
Public Shared Function DownloadAsync (sourceFile As CloudFile, destPath As String) As Task
Paramètres
- destPath
- String
Chemin du fichier de destination.
Retours
Objet Task qui représente l’opération asynchrone.
S’applique à
DownloadAsync(CloudBlob, String)
Téléchargez un objet blob Azure à partir de Stockage Blob Azure.
public static System.Threading.Tasks.Task DownloadAsync (Microsoft.Azure.Storage.Blob.CloudBlob sourceBlob, string destPath);
static member DownloadAsync : Microsoft.Azure.Storage.Blob.CloudBlob * string -> System.Threading.Tasks.Task
Public Shared Function DownloadAsync (sourceBlob As CloudBlob, destPath As String) As Task
Paramètres
- destPath
- String
Chemin du fichier de destination.
Retours
Objet Task qui représente l’opération asynchrone.
S’applique à
DownloadAsync(CloudBlob, Stream)
Téléchargez un objet blob Azure à partir de Stockage Blob Azure.
public static System.Threading.Tasks.Task DownloadAsync (Microsoft.Azure.Storage.Blob.CloudBlob sourceBlob, System.IO.Stream destStream);
static member DownloadAsync : Microsoft.Azure.Storage.Blob.CloudBlob * System.IO.Stream -> System.Threading.Tasks.Task
Public Shared Function DownloadAsync (sourceBlob As CloudBlob, destStream As Stream) As Task
Paramètres
Retours
Objet Task qui représente l’opération asynchrone.
S’applique à
DownloadAsync(CloudBlob, String, DownloadOptions, SingleTransferContext)
Téléchargez un objet blob Azure à partir de Stockage Blob Azure.
public static System.Threading.Tasks.Task DownloadAsync (Microsoft.Azure.Storage.Blob.CloudBlob sourceBlob, string destPath, Microsoft.Azure.Storage.DataMovement.DownloadOptions options, Microsoft.Azure.Storage.DataMovement.SingleTransferContext context);
static member DownloadAsync : Microsoft.Azure.Storage.Blob.CloudBlob * string * Microsoft.Azure.Storage.DataMovement.DownloadOptions * Microsoft.Azure.Storage.DataMovement.SingleTransferContext -> System.Threading.Tasks.Task
Public Shared Function DownloadAsync (sourceBlob As CloudBlob, destPath As String, options As DownloadOptions, context As SingleTransferContext) As Task
Paramètres
- destPath
- String
Chemin du fichier de destination.
- options
- DownloadOptions
Objet DownloadOptions qui spécifie des options supplémentaires pour l’opération.
- context
- SingleTransferContext
Objet SingleTransferContext qui représente le contexte de l’opération en cours.
Retours
Objet Task qui représente l’opération asynchrone.
S’applique à
Azure SDK for .NET