TransferManager.UploadAsync 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
UploadAsync(Stream, CloudBlob, UploadOptions, SingleTransferContext, CancellationToken)
Chargez un fichier dans Stockage Blob Azure.
public static System.Threading.Tasks.Task UploadAsync (System.IO.Stream sourceStream, Microsoft.Azure.Storage.Blob.CloudBlob destBlob, Microsoft.Azure.Storage.DataMovement.UploadOptions options, Microsoft.Azure.Storage.DataMovement.SingleTransferContext context, System.Threading.CancellationToken cancellationToken);
static member UploadAsync : System.IO.Stream * Microsoft.Azure.Storage.Blob.CloudBlob * Microsoft.Azure.Storage.DataMovement.UploadOptions * Microsoft.Azure.Storage.DataMovement.SingleTransferContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Shared Function UploadAsync (sourceStream As Stream, destBlob As CloudBlob, options As UploadOptions, context As SingleTransferContext, cancellationToken As CancellationToken) As Task
Paramètres
- options
- UploadOptions
Objet UploadOptions 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 à
UploadAsync(Stream, CloudBlob)
Chargez un fichier dans Stockage Blob Azure.
public static System.Threading.Tasks.Task UploadAsync (System.IO.Stream sourceStream, Microsoft.Azure.Storage.Blob.CloudBlob destBlob);
static member UploadAsync : System.IO.Stream * Microsoft.Azure.Storage.Blob.CloudBlob -> System.Threading.Tasks.Task
Public Shared Function UploadAsync (sourceStream As Stream, destBlob As CloudBlob) As Task
Paramètres
Retours
Objet Task qui représente l’opération asynchrone.
S’applique à
UploadAsync(Stream, CloudFile)
Chargez un fichier dans stockage de fichiers Azure.
public static System.Threading.Tasks.Task UploadAsync (System.IO.Stream sourceStream, Microsoft.Azure.Storage.File.CloudFile destFile);
static member UploadAsync : System.IO.Stream * Microsoft.Azure.Storage.File.CloudFile -> System.Threading.Tasks.Task
Public Shared Function UploadAsync (sourceStream As Stream, destFile As CloudFile) As Task
Paramètres
Retours
Objet Task qui représente l’opération asynchrone.
S’applique à
UploadAsync(String, CloudBlob)
Chargez un fichier dans Stockage Blob Azure.
public static System.Threading.Tasks.Task UploadAsync (string sourcePath, Microsoft.Azure.Storage.Blob.CloudBlob destBlob);
static member UploadAsync : string * Microsoft.Azure.Storage.Blob.CloudBlob -> System.Threading.Tasks.Task
Public Shared Function UploadAsync (sourcePath As String, destBlob As CloudBlob) As Task
Paramètres
- sourcePath
- String
Chemin d’accès au fichier source.
Retours
Objet Task qui représente l’opération asynchrone.
S’applique à
UploadAsync(String, CloudFile)
Chargez un fichier dans stockage de fichiers Azure.
public static System.Threading.Tasks.Task UploadAsync (string sourcePath, Microsoft.Azure.Storage.File.CloudFile destFile);
static member UploadAsync : string * Microsoft.Azure.Storage.File.CloudFile -> System.Threading.Tasks.Task
Public Shared Function UploadAsync (sourcePath As String, destFile As CloudFile) As Task
Paramètres
- sourcePath
- String
Chemin d’accès au fichier source.
Retours
Objet Task qui représente l’opération asynchrone.
S’applique à
UploadAsync(Stream, CloudBlob, UploadOptions, SingleTransferContext)
Chargez un fichier dans Stockage Blob Azure.
public static System.Threading.Tasks.Task UploadAsync (System.IO.Stream sourceStream, Microsoft.Azure.Storage.Blob.CloudBlob destBlob, Microsoft.Azure.Storage.DataMovement.UploadOptions options, Microsoft.Azure.Storage.DataMovement.SingleTransferContext context);
static member UploadAsync : System.IO.Stream * Microsoft.Azure.Storage.Blob.CloudBlob * Microsoft.Azure.Storage.DataMovement.UploadOptions * Microsoft.Azure.Storage.DataMovement.SingleTransferContext -> System.Threading.Tasks.Task
Public Shared Function UploadAsync (sourceStream As Stream, destBlob As CloudBlob, options As UploadOptions, context As SingleTransferContext) As Task
Paramètres
- options
- UploadOptions
Objet UploadOptions 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 à
UploadAsync(Stream, CloudFile, UploadOptions, SingleTransferContext)
Chargez un fichier dans stockage de fichiers Azure.
public static System.Threading.Tasks.Task UploadAsync (System.IO.Stream sourceStream, Microsoft.Azure.Storage.File.CloudFile destFile, Microsoft.Azure.Storage.DataMovement.UploadOptions options, Microsoft.Azure.Storage.DataMovement.SingleTransferContext context);
static member UploadAsync : System.IO.Stream * Microsoft.Azure.Storage.File.CloudFile * Microsoft.Azure.Storage.DataMovement.UploadOptions * Microsoft.Azure.Storage.DataMovement.SingleTransferContext -> System.Threading.Tasks.Task
Public Shared Function UploadAsync (sourceStream As Stream, destFile As CloudFile, options As UploadOptions, context As SingleTransferContext) As Task
Paramètres
- options
- UploadOptions
Objet UploadOptions 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 à
UploadAsync(String, CloudBlob, UploadOptions, SingleTransferContext)
Chargez un fichier dans Stockage Blob Azure.
public static System.Threading.Tasks.Task UploadAsync (string sourcePath, Microsoft.Azure.Storage.Blob.CloudBlob destBlob, Microsoft.Azure.Storage.DataMovement.UploadOptions options, Microsoft.Azure.Storage.DataMovement.SingleTransferContext context);
static member UploadAsync : string * Microsoft.Azure.Storage.Blob.CloudBlob * Microsoft.Azure.Storage.DataMovement.UploadOptions * Microsoft.Azure.Storage.DataMovement.SingleTransferContext -> System.Threading.Tasks.Task
Public Shared Function UploadAsync (sourcePath As String, destBlob As CloudBlob, options As UploadOptions, context As SingleTransferContext) As Task
Paramètres
- sourcePath
- String
Chemin d’accès au fichier source.
- options
- UploadOptions
Objet UploadOptions 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 à
UploadAsync(String, CloudFile, UploadOptions, SingleTransferContext)
Chargez un fichier dans stockage de fichiers Azure.
public static System.Threading.Tasks.Task UploadAsync (string sourcePath, Microsoft.Azure.Storage.File.CloudFile destFile, Microsoft.Azure.Storage.DataMovement.UploadOptions options, Microsoft.Azure.Storage.DataMovement.SingleTransferContext context);
static member UploadAsync : string * Microsoft.Azure.Storage.File.CloudFile * Microsoft.Azure.Storage.DataMovement.UploadOptions * Microsoft.Azure.Storage.DataMovement.SingleTransferContext -> System.Threading.Tasks.Task
Public Shared Function UploadAsync (sourcePath As String, destFile As CloudFile, options As UploadOptions, context As SingleTransferContext) As Task
Paramètres
- sourcePath
- String
Chemin d’accès au fichier source.
- options
- UploadOptions
Objet UploadOptions 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 à
UploadAsync(Stream, CloudFile, UploadOptions, SingleTransferContext, CancellationToken)
Chargez un fichier dans stockage de fichiers Azure.
public static System.Threading.Tasks.Task UploadAsync (System.IO.Stream sourceStream, Microsoft.Azure.Storage.File.CloudFile destFile, Microsoft.Azure.Storage.DataMovement.UploadOptions options, Microsoft.Azure.Storage.DataMovement.SingleTransferContext context, System.Threading.CancellationToken cancellationToken);
static member UploadAsync : System.IO.Stream * Microsoft.Azure.Storage.File.CloudFile * Microsoft.Azure.Storage.DataMovement.UploadOptions * Microsoft.Azure.Storage.DataMovement.SingleTransferContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Shared Function UploadAsync (sourceStream As Stream, destFile As CloudFile, options As UploadOptions, context As SingleTransferContext, cancellationToken As CancellationToken) As Task
Paramètres
- options
- UploadOptions
Objet UploadOptions 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 à
UploadAsync(String, CloudBlob, UploadOptions, SingleTransferContext, CancellationToken)
Chargez un fichier dans Stockage Blob Azure.
public static System.Threading.Tasks.Task UploadAsync (string sourcePath, Microsoft.Azure.Storage.Blob.CloudBlob destBlob, Microsoft.Azure.Storage.DataMovement.UploadOptions options, Microsoft.Azure.Storage.DataMovement.SingleTransferContext context, System.Threading.CancellationToken cancellationToken);
static member UploadAsync : string * Microsoft.Azure.Storage.Blob.CloudBlob * Microsoft.Azure.Storage.DataMovement.UploadOptions * Microsoft.Azure.Storage.DataMovement.SingleTransferContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Shared Function UploadAsync (sourcePath As String, destBlob As CloudBlob, options As UploadOptions, context As SingleTransferContext, cancellationToken As CancellationToken) As Task
Paramètres
- sourcePath
- String
Chemin d’accès au fichier source.
- options
- UploadOptions
Objet UploadOptions 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 à
UploadAsync(String, CloudFile, UploadOptions, SingleTransferContext, CancellationToken)
Chargez un fichier dans stockage de fichiers Azure.
public static System.Threading.Tasks.Task UploadAsync (string sourcePath, Microsoft.Azure.Storage.File.CloudFile destFile, Microsoft.Azure.Storage.DataMovement.UploadOptions options, Microsoft.Azure.Storage.DataMovement.SingleTransferContext context, System.Threading.CancellationToken cancellationToken);
static member UploadAsync : string * Microsoft.Azure.Storage.File.CloudFile * Microsoft.Azure.Storage.DataMovement.UploadOptions * Microsoft.Azure.Storage.DataMovement.SingleTransferContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Shared Function UploadAsync (sourcePath As String, destFile As CloudFile, options As UploadOptions, context As SingleTransferContext, cancellationToken As CancellationToken) As Task
Paramètres
- sourcePath
- String
Chemin d’accès au fichier source.
- options
- UploadOptions
Objet UploadOptions 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 à
Azure SDK for .NET