CloudPageBlob.UploadFromFileAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
UploadFromFileAsync(String) |
Initiiert einen asynchronen Vorgang zum Hochladen einer Datei in ein Seitenblob. Wenn das Blob bereits vorhanden ist, wird es überschrieben. |
UploadFromFileAsync(String, CancellationToken) |
Initiiert einen asynchronen Vorgang zum Hochladen einer Datei in ein Seitenblob. Wenn das Blob bereits vorhanden ist, wird es überschrieben. |
UploadFromFileAsync(String, AccessCondition, BlobRequestOptions, OperationContext) |
Initiiert einen asynchronen Vorgang zum Hochladen einer Datei in ein Seitenblob. Wenn das Blob bereits vorhanden ist, wird es überschrieben. |
UploadFromFileAsync(String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken) |
Initiiert einen asynchronen Vorgang zum Hochladen einer Datei in ein Seitenblob. Wenn das Blob bereits vorhanden ist, wird es überschrieben. |
UploadFromFileAsync(String, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken) |
Initiiert einen asynchronen Vorgang zum Hochladen einer Datei in ein Seitenblob. Wenn das Blob bereits vorhanden ist, wird es überschrieben. |
UploadFromFileAsync(String, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext, IProgress<StorageProgress>, CancellationToken) |
Initiiert einen asynchronen Vorgang zum Hochladen einer Datei in ein Seitenblob. Wenn das Blob bereits vorhanden ist, wird es überschrieben. |
UploadFromFileAsync(String)
Initiiert einen asynchronen Vorgang zum Hochladen einer Datei in ein Seitenblob. Wenn das Blob bereits vorhanden ist, wird es überschrieben.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task UploadFromFileAsync (string path);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member UploadFromFileAsync : string -> System.Threading.Tasks.Task
override this.UploadFromFileAsync : string -> System.Threading.Tasks.Task
Public Overridable Function UploadFromFileAsync (path As String) As Task
Parameter
- path
- String
Eine Zeichenfolge, die den Dateipfad enthält, der den Blobinhalt bereitstellt.
Gibt zurück
Ein Task-Objekt, das den asynchronen Vorgang darstellt.
Implementiert
- Attribute
Gilt für:
UploadFromFileAsync(String, CancellationToken)
Initiiert einen asynchronen Vorgang zum Hochladen einer Datei in ein Seitenblob. Wenn das Blob bereits vorhanden ist, wird es überschrieben.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task UploadFromFileAsync (string path, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member UploadFromFileAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.UploadFromFileAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function UploadFromFileAsync (path As String, cancellationToken As CancellationToken) As Task
Parameter
- path
- String
Eine Zeichenfolge, die den Dateipfad enthält, der den Blobinhalt bereitstellt.
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Ein Task-Objekt, das den asynchronen Vorgang darstellt.
Implementiert
- Attribute
Gilt für:
UploadFromFileAsync(String, AccessCondition, BlobRequestOptions, OperationContext)
Initiiert einen asynchronen Vorgang zum Hochladen einer Datei in ein Seitenblob. Wenn das Blob bereits vorhanden ist, wird es überschrieben.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task UploadFromFileAsync (string path, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member UploadFromFileAsync : string * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
override this.UploadFromFileAsync : string * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
Public Overridable Function UploadFromFileAsync (path As String, accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext) As Task
Parameter
- path
- String
Eine Zeichenfolge, die den Dateipfad enthält, der den Blobinhalt bereitstellt.
- accessCondition
- AccessCondition
Ein AccessCondition-Objekt, das die Bedingung darstellt, die erfüllt werden muss, damit die Anforderung fortgesetzt werden kann.
- options
- BlobRequestOptions
Ein BlobRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
Gibt zurück
Ein Task-Objekt, das den asynchronen Vorgang darstellt.
Implementiert
- Attribute
Gilt für:
UploadFromFileAsync(String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)
Initiiert einen asynchronen Vorgang zum Hochladen einer Datei in ein Seitenblob. Wenn das Blob bereits vorhanden ist, wird es überschrieben.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task UploadFromFileAsync (string path, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member UploadFromFileAsync : string * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.UploadFromFileAsync : string * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function UploadFromFileAsync (path As String, accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task
Parameter
- path
- String
Eine Zeichenfolge, die den Dateipfad enthält, der den Blobinhalt bereitstellt.
- accessCondition
- AccessCondition
Ein AccessCondition-Objekt, das die Bedingung darstellt, die erfüllt werden muss, damit die Anforderung fortgesetzt werden kann.
- options
- BlobRequestOptions
Ein BlobRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Ein Task-Objekt, das den asynchronen Vorgang darstellt.
Implementiert
- Attribute
Gilt für:
UploadFromFileAsync(String, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)
Initiiert einen asynchronen Vorgang zum Hochladen einer Datei in ein Seitenblob. Wenn das Blob bereits vorhanden ist, wird es überschrieben.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task UploadFromFileAsync (string path, Microsoft.Azure.Storage.Blob.PremiumPageBlobTier? premiumPageBlobTier, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member UploadFromFileAsync : string * Nullable<Microsoft.Azure.Storage.Blob.PremiumPageBlobTier> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.UploadFromFileAsync : string * Nullable<Microsoft.Azure.Storage.Blob.PremiumPageBlobTier> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function UploadFromFileAsync (path As String, premiumPageBlobTier As Nullable(Of PremiumPageBlobTier), accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task
Parameter
- path
- String
Eine Zeichenfolge, die den Dateipfad enthält, der den Blobinhalt bereitstellt.
- premiumPageBlobTier
- Nullable<PremiumPageBlobTier>
Ein PremiumPageBlobTier , der die festzulegende Ebene darstellt.
- accessCondition
- AccessCondition
Ein AccessCondition-Objekt, das die Bedingung darstellt, die erfüllt werden muss, damit die Anforderung fortgesetzt werden kann.
- options
- BlobRequestOptions
Ein BlobRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Ein Task-Objekt, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
UploadFromFileAsync(String, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext, IProgress<StorageProgress>, CancellationToken)
Initiiert einen asynchronen Vorgang zum Hochladen einer Datei in ein Seitenblob. Wenn das Blob bereits vorhanden ist, wird es überschrieben.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task UploadFromFileAsync (string path, Microsoft.Azure.Storage.Blob.PremiumPageBlobTier? premiumPageBlobTier, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, IProgress<Microsoft.Azure.Storage.Core.Util.StorageProgress> progressHandler, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member UploadFromFileAsync : string * Nullable<Microsoft.Azure.Storage.Blob.PremiumPageBlobTier> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * IProgress<Microsoft.Azure.Storage.Core.Util.StorageProgress> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.UploadFromFileAsync : string * Nullable<Microsoft.Azure.Storage.Blob.PremiumPageBlobTier> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * IProgress<Microsoft.Azure.Storage.Core.Util.StorageProgress> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function UploadFromFileAsync (path As String, premiumPageBlobTier As Nullable(Of PremiumPageBlobTier), accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext, progressHandler As IProgress(Of StorageProgress), cancellationToken As CancellationToken) As Task
Parameter
- path
- String
Eine Zeichenfolge, die den Dateipfad enthält, der den Blobinhalt bereitstellt.
- premiumPageBlobTier
- Nullable<PremiumPageBlobTier>
Ein PremiumPageBlobTier , der die festzulegende Ebene darstellt.
- accessCondition
- AccessCondition
Ein AccessCondition-Objekt, das die Bedingung darstellt, die erfüllt werden muss, damit die Anforderung fortgesetzt werden kann.
- options
- BlobRequestOptions
Ein BlobRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
- progressHandler
- IProgress<StorageProgress>
Ein IProgress<T> -Objekt zum Verarbeiten von StorageProgress Nachrichten.
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Ein Task-Objekt, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
Azure SDK for .NET