BlobSetTierBatchOperation.AddSubOperation 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
AddSubOperation(CloudBlockBlob, StandardBlobTier, AccessCondition, BlobRequestOptions) |
Fügt einen Vorgang hinzu, der als Teil des Batches übermittelt werden soll. |
AddSubOperation(CloudPageBlob, PremiumPageBlobTier, AccessCondition, BlobRequestOptions) |
Fügt einen Vorgang hinzu, der als Teil des Batches übermittelt werden soll. |
AddSubOperation(CloudBlockBlob, StandardBlobTier, AccessCondition, BlobRequestOptions)
Fügt einen Vorgang hinzu, der als Teil des Batches übermittelt werden soll.
public void AddSubOperation (Microsoft.Azure.Storage.Blob.CloudBlockBlob blockBlob, Microsoft.Azure.Storage.Blob.StandardBlobTier standardBlobTier, Microsoft.Azure.Storage.AccessCondition accessCondition = default, Microsoft.Azure.Storage.Blob.BlobRequestOptions blobRequestOptions = default);
member this.AddSubOperation : Microsoft.Azure.Storage.Blob.CloudBlockBlob * Microsoft.Azure.Storage.Blob.StandardBlobTier * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions -> unit
Public Sub AddSubOperation (blockBlob As CloudBlockBlob, standardBlobTier As StandardBlobTier, Optional accessCondition As AccessCondition = Nothing, Optional blobRequestOptions As BlobRequestOptions = Nothing)
Parameter
- blockBlob
- CloudBlockBlob
Der CloudBlockBlob , dessen Ebene festgelegt wird.
- standardBlobTier
- StandardBlobTier
Ein StandardBlobTier , 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. Wenn null
, wird keine Bedingung verwendet.
- blobRequestOptions
- BlobRequestOptions
Ein BlobRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.
Gilt für:
AddSubOperation(CloudPageBlob, PremiumPageBlobTier, AccessCondition, BlobRequestOptions)
Fügt einen Vorgang hinzu, der als Teil des Batches übermittelt werden soll.
public void AddSubOperation (Microsoft.Azure.Storage.Blob.CloudPageBlob pageBlob, Microsoft.Azure.Storage.Blob.PremiumPageBlobTier premiumPageBlobTier, Microsoft.Azure.Storage.AccessCondition accessCondition = default, Microsoft.Azure.Storage.Blob.BlobRequestOptions blobRequestOptions = default);
member this.AddSubOperation : Microsoft.Azure.Storage.Blob.CloudPageBlob * Microsoft.Azure.Storage.Blob.PremiumPageBlobTier * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions -> unit
Public Sub AddSubOperation (pageBlob As CloudPageBlob, premiumPageBlobTier As PremiumPageBlobTier, Optional accessCondition As AccessCondition = Nothing, Optional blobRequestOptions As BlobRequestOptions = Nothing)
Parameter
- pageBlob
- CloudPageBlob
Der CloudPageBlob , dessen Ebene festgelegt wird.
- premiumPageBlobTier
- 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. Wenn null
, wird keine Bedingung verwendet.
- blobRequestOptions
- BlobRequestOptions
Ein BlobRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.
Gilt für:
Azure SDK for .NET