ICloudBlob.DeleteIfExistsAsync 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
DeleteIfExistsAsync(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken) |
Initiiert einen asynchronen Vorgang zum Löschen des Blobs, sofern es bereits vorhanden ist. |
DeleteIfExistsAsync(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext) |
Initiiert einen asynchronen Vorgang zum Löschen des Blobs, sofern es bereits vorhanden ist. |
DeleteIfExistsAsync() |
Initiiert einen asynchronen Vorgang zum Löschen des Blobs, sofern es bereits vorhanden ist. |
DeleteIfExistsAsync(CancellationToken) |
Initiiert einen asynchronen Vorgang zum Löschen des Blobs, sofern es bereits vorhanden ist. |
DeleteIfExistsAsync(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)
Initiiert einen asynchronen Vorgang zum Löschen des Blobs, sofern es bereits vorhanden ist.
public System.Threading.Tasks.Task<bool> DeleteIfExistsAsync (Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption deleteSnapshotsOption, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
abstract member DeleteIfExistsAsync : Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Function DeleteIfExistsAsync (deleteSnapshotsOption As DeleteSnapshotsOption, accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of Boolean)
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.
- 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 vom Typ bool
, das den asynchronen Vorgang darstellt.
Gilt für:
DeleteIfExistsAsync(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext)
Initiiert einen asynchronen Vorgang zum Löschen des Blobs, sofern es bereits vorhanden ist.
public System.Threading.Tasks.Task<bool> DeleteIfExistsAsync (Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption deleteSnapshotsOption, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
abstract member DeleteIfExistsAsync : Microsoft.Azure.Storage.Blob.DeleteSnapshotsOption * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<bool>
Public Function DeleteIfExistsAsync (deleteSnapshotsOption As DeleteSnapshotsOption, accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext) As Task(Of Boolean)
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.
- 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 vom Typ bool
, das den asynchronen Vorgang darstellt.
Gilt für:
DeleteIfExistsAsync()
Initiiert einen asynchronen Vorgang zum Löschen des Blobs, sofern es bereits vorhanden ist.
public System.Threading.Tasks.Task<bool> DeleteIfExistsAsync ();
abstract member DeleteIfExistsAsync : unit -> System.Threading.Tasks.Task<bool>
Public Function DeleteIfExistsAsync () As Task(Of Boolean)
Gibt zurück
Ein Task-Objekt vom Typ bool
, das den asynchronen Vorgang darstellt.
Gilt für:
DeleteIfExistsAsync(CancellationToken)
Initiiert einen asynchronen Vorgang zum Löschen des Blobs, sofern es bereits vorhanden ist.
public System.Threading.Tasks.Task<bool> DeleteIfExistsAsync (System.Threading.CancellationToken cancellationToken);
abstract member DeleteIfExistsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Function DeleteIfExistsAsync (cancellationToken As CancellationToken) As Task(Of Boolean)
Parameter
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Ein Task-Objekt vom Typ bool
, das den asynchronen Vorgang darstellt.
Gilt für:
Azure SDK for .NET