Freigeben über


CloudFileShare.DeleteAsync Methode

Definition

Überlädt

DeleteAsync(DeleteShareSnapshotsOption, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Gibt einen Task zurück, der einen asynchronen Vorgang zum Löschen einer Freigabe ausführt.

DeleteAsync(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Gibt einen Task zurück, der einen asynchronen Vorgang zum Löschen einer Freigabe ausführt.

DeleteAsync()

Gibt einen Task zurück, der einen asynchronen Vorgang zum Löschen einer Freigabe ausführt.

DeleteAsync(CancellationToken)

Gibt einen Task zurück, der einen asynchronen Vorgang zum Löschen einer Freigabe ausführt.

DeleteAsync(AccessCondition, FileRequestOptions, OperationContext)

Gibt einen Task zurück, der einen asynchronen Vorgang zum Löschen einer Freigabe ausführt.

DeleteAsync(DeleteShareSnapshotsOption, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Gibt einen Task zurück, der einen asynchronen Vorgang zum Löschen einer Freigabe ausführt.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task DeleteAsync (Microsoft.Azure.Storage.File.DeleteShareSnapshotsOption deleteSnapshotsOption, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member DeleteAsync : Microsoft.Azure.Storage.File.DeleteShareSnapshotsOption * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteAsync : Microsoft.Azure.Storage.File.DeleteShareSnapshotsOption * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function DeleteAsync (deleteSnapshotsOption As DeleteShareSnapshotsOption, accessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task

Parameter

deleteSnapshotsOption
DeleteShareSnapshotsOption

Ein DeleteShareSnapshotsOption -Objekt, das angibt, ob nur die Freigabe oder die Freigabe und alle Momentaufnahmen gelöscht werden sollen.

accessCondition
AccessCondition

Ein AccessCondition -Objekt, das die Zugriffsbedingungen für die Freigabe darstellt. Wenn null, wird keine Bedingung verwendet.

options
FileRequestOptions

Ein FileRequestOptions-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 aktuellen Vorgang darstellt.

Attribute

Gilt für:

DeleteAsync(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Gibt einen Task zurück, der einen asynchronen Vorgang zum Löschen einer Freigabe ausführt.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task DeleteAsync (Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member DeleteAsync : Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteAsync : Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function DeleteAsync (accessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task

Parameter

accessCondition
AccessCondition

Ein AccessCondition -Objekt, das die Zugriffsbedingungen für die Freigabe darstellt. Wenn null, wird keine Bedingung verwendet.

options
FileRequestOptions

Ein FileRequestOptions-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 aktuellen Vorgang darstellt.

Attribute

Gilt für:

DeleteAsync()

Gibt einen Task zurück, der einen asynchronen Vorgang zum Löschen einer Freigabe ausführt.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task DeleteAsync ();
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member DeleteAsync : unit -> System.Threading.Tasks.Task
override this.DeleteAsync : unit -> System.Threading.Tasks.Task
Public Overridable Function DeleteAsync () As Task

Gibt zurück

Ein Task-Objekt, das den aktuellen Vorgang darstellt.

Attribute

Gilt für:

DeleteAsync(CancellationToken)

Gibt einen Task zurück, der einen asynchronen Vorgang zum Löschen einer Freigabe ausführt.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task DeleteAsync (System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member DeleteAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function DeleteAsync (cancellationToken As CancellationToken) As Task

Parameter

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task-Objekt, das den aktuellen Vorgang darstellt.

Attribute

Gilt für:

DeleteAsync(AccessCondition, FileRequestOptions, OperationContext)

Gibt einen Task zurück, der einen asynchronen Vorgang zum Löschen einer Freigabe ausführt.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task DeleteAsync (Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member DeleteAsync : Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
override this.DeleteAsync : Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
Public Overridable Function DeleteAsync (accessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext) As Task

Parameter

accessCondition
AccessCondition

Ein AccessCondition -Objekt, das die Zugriffsbedingungen für die Freigabe darstellt. Wenn null, wird keine Bedingung verwendet.

options
FileRequestOptions

Ein FileRequestOptions-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 aktuellen Vorgang darstellt.

Attribute

Gilt für: