CloudPageBlob.UploadFromFile 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
UploadFromFile(String, AccessCondition, BlobRequestOptions, OperationContext) |
Lädt einen Datenstrom in ein Seitenblob hoch. Wenn das Blob bereits vorhanden ist, wird es überschrieben. |
UploadFromFile(String, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext) |
Lädt einen Datenstrom in ein Seitenblob hoch. Wenn das Blob bereits vorhanden ist, wird es überschrieben. |
UploadFromFile(String, AccessCondition, BlobRequestOptions, OperationContext)
Lädt einen Datenstrom in ein Seitenblob hoch. Wenn das Blob bereits vorhanden ist, wird es überschrieben.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual void UploadFromFile (string path, Microsoft.Azure.Storage.AccessCondition accessCondition = default, Microsoft.Azure.Storage.Blob.BlobRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member UploadFromFile : string * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
override this.UploadFromFile : string * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
Public Overridable Sub UploadFromFile (path As String, Optional accessCondition As AccessCondition = Nothing, Optional options As BlobRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing)
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. Wenn null
, werden standardoptionen auf die Anforderung angewendet.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
Implementiert
- Attribute
Gilt für:
UploadFromFile(String, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext)
Lädt einen Datenstrom in ein Seitenblob hoch. Wenn das Blob bereits vorhanden ist, wird es überschrieben.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual void UploadFromFile (string path, Microsoft.Azure.Storage.Blob.PremiumPageBlobTier? premiumPageBlobTier, Microsoft.Azure.Storage.AccessCondition accessCondition = default, Microsoft.Azure.Storage.Blob.BlobRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member UploadFromFile : string * Nullable<Microsoft.Azure.Storage.Blob.PremiumPageBlobTier> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
override this.UploadFromFile : string * Nullable<Microsoft.Azure.Storage.Blob.PremiumPageBlobTier> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
Public Overridable Sub UploadFromFile (path As String, premiumPageBlobTier As Nullable(Of PremiumPageBlobTier), Optional accessCondition As AccessCondition = Nothing, Optional options As BlobRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing)
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. Wenn null
, werden standardoptionen auf die Anforderung angewendet.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
- Attribute
Gilt für:
Azure SDK for .NET