BlobDeleteBatchOperation.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.
Fügt einen Vorgang hinzu, der als Teil des Batches übermittelt werden soll.
public void AddSubOperation (Microsoft.Azure.Storage.Blob.CloudBlob blob, Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption deleteSnapshotsOption = Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption.None, Microsoft.Azure.Storage.AccessCondition accessCondition = default, Microsoft.Azure.Storage.Blob.BlobRequestOptions blobRequestOptions = default);
member this.AddSubOperation : Microsoft.Azure.Storage.Blob.CloudBlob * Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions -> unit
Public Sub AddSubOperation (blob As CloudBlob, Optional deleteSnapshotsOption As DeleteSnapshotsOption = Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption.None, Optional accessCondition As AccessCondition = Nothing, Optional blobRequestOptions As BlobRequestOptions = Nothing)
Parameter
- deleteSnapshotsOption
- DeleteSnapshotsOption
Ein DeleteSnapshotsOption Objekt, das angibt, ob nur das Blob gelöscht werden soll, ob das Blob und alle Momentaufnahmen gelöscht oder nur die Momentaufnahmen gelöscht werden sollen.
- 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