Partager via


CloudFile.UploadTextAsync Méthode

Définition

Surcharges

UploadTextAsync(String)

Retourne une tâche qui effectue une opération asynchrone pour charger une chaîne de texte dans un fichier. Si le fichier existe déjà sur le service, il sera remplacé.

UploadTextAsync(String, CancellationToken)

Retourne une tâche qui effectue une opération asynchrone pour charger une chaîne de texte dans un fichier. Si le fichier existe déjà sur le service, il sera remplacé.

UploadTextAsync(String, Encoding, AccessCondition, FileRequestOptions, OperationContext)

Retourne une tâche qui effectue une opération asynchrone pour charger une chaîne de texte dans un fichier. Si le fichier existe déjà sur le service, il sera remplacé.

UploadTextAsync(String, Encoding, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Retourne une tâche qui effectue une opération asynchrone pour charger une chaîne de texte dans un fichier. Si le fichier existe déjà sur le service, il sera remplacé.

UploadTextAsync(String, Encoding, AccessCondition, FileRequestOptions, OperationContext, IProgress<StorageProgress>, CancellationToken)

Retourne une tâche qui effectue une opération asynchrone pour charger une chaîne de texte dans un fichier. Si le fichier existe déjà sur le service, il sera remplacé.

UploadTextAsync(String)

Retourne une tâche qui effectue une opération asynchrone pour charger une chaîne de texte dans un fichier. Si le fichier existe déjà sur le service, il sera remplacé.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task UploadTextAsync (string content);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member UploadTextAsync : string -> System.Threading.Tasks.Task
override this.UploadTextAsync : string -> System.Threading.Tasks.Task
Public Overridable Function UploadTextAsync (content As String) As Task

Paramètres

content
String

Texte à charger.

Retours

Objet Task qui représente l'opération actuelle.

Attributs

S’applique à

UploadTextAsync(String, CancellationToken)

Retourne une tâche qui effectue une opération asynchrone pour charger une chaîne de texte dans un fichier. Si le fichier existe déjà sur le service, il sera remplacé.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task UploadTextAsync (string content, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member UploadTextAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.UploadTextAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function UploadTextAsync (content As String, cancellationToken As CancellationToken) As Task

Paramètres

content
String

Texte à charger.

cancellationToken
CancellationToken

CancellationToken à observer en attendant qu'une tâche se termine.

Retours

Objet Task qui représente l'opération actuelle.

Attributs

S’applique à

UploadTextAsync(String, Encoding, AccessCondition, FileRequestOptions, OperationContext)

Retourne une tâche qui effectue une opération asynchrone pour charger une chaîne de texte dans un fichier. Si le fichier existe déjà sur le service, il sera remplacé.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task UploadTextAsync (string content, System.Text.Encoding encoding, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member UploadTextAsync : string * System.Text.Encoding * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
override this.UploadTextAsync : string * System.Text.Encoding * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
Public Overridable Function UploadTextAsync (content As String, encoding As Encoding, accessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext) As Task

Paramètres

content
String

Texte à charger.

encoding
Encoding

Objet qui indique l’encodage de texte à utiliser. Si la valeur est null, UTF-8 est utilisée.

accessCondition
AccessCondition

Objet AccessCondition qui représente les conditions d'accès pour le fichier.

options
FileRequestOptions

Objet FileRequestOptions qui spécifie les options supplémentaires de la demande.

operationContext
OperationContext

Objet OperationContext qui représente le contexte de l'opération actuelle.

Retours

Objet Task qui représente l'opération actuelle.

Attributs

S’applique à

UploadTextAsync(String, Encoding, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Retourne une tâche qui effectue une opération asynchrone pour charger une chaîne de texte dans un fichier. Si le fichier existe déjà sur le service, il sera remplacé.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task UploadTextAsync (string content, System.Text.Encoding encoding, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member UploadTextAsync : string * System.Text.Encoding * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.UploadTextAsync : string * System.Text.Encoding * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function UploadTextAsync (content As String, encoding As Encoding, accessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task

Paramètres

content
String

Texte à charger.

encoding
Encoding

Objet qui indique l’encodage de texte à utiliser. Si la valeur est null, UTF-8 est utilisée.

accessCondition
AccessCondition

Objet AccessCondition qui représente les conditions d'accès pour le fichier.

options
FileRequestOptions

Objet FileRequestOptions qui spécifie les options supplémentaires de la demande.

operationContext
OperationContext

Objet OperationContext qui représente le contexte de l'opération actuelle.

cancellationToken
CancellationToken

CancellationToken à observer en attendant qu'une tâche se termine.

Retours

Objet Task qui représente l'opération actuelle.

Attributs

S’applique à

UploadTextAsync(String, Encoding, AccessCondition, FileRequestOptions, OperationContext, IProgress<StorageProgress>, CancellationToken)

Retourne une tâche qui effectue une opération asynchrone pour charger une chaîne de texte dans un fichier. Si le fichier existe déjà sur le service, il sera remplacé.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task UploadTextAsync (string content, System.Text.Encoding encoding, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, IProgress<Microsoft.Azure.Storage.Core.Util.StorageProgress> progressHandler, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member UploadTextAsync : string * System.Text.Encoding * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * IProgress<Microsoft.Azure.Storage.Core.Util.StorageProgress> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.UploadTextAsync : string * System.Text.Encoding * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * IProgress<Microsoft.Azure.Storage.Core.Util.StorageProgress> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function UploadTextAsync (content As String, encoding As Encoding, accessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext, progressHandler As IProgress(Of StorageProgress), cancellationToken As CancellationToken) As Task

Paramètres

content
String

Texte à charger.

encoding
Encoding

Objet qui indique l’encodage de texte à utiliser. Si la valeur est null, UTF-8 est utilisée.

accessCondition
AccessCondition

Objet AccessCondition qui représente les conditions d'accès pour le fichier.

options
FileRequestOptions

Objet FileRequestOptions qui spécifie les options supplémentaires de la demande.

operationContext
OperationContext

Objet OperationContext qui représente le contexte de l'opération actuelle.

progressHandler
IProgress<StorageProgress>

Objet IProgress<T> pour gérer les StorageProgress messages.

cancellationToken
CancellationToken

CancellationToken à observer en attendant qu'une tâche se termine.

Retours

Objet Task qui représente l'opération actuelle.

Attributs

S’applique à