DataLakePathClient.RemoveAccessControlRecursiveAsync 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.
Der RemoveAccessControlRecursiveAsync(IList<RemovePathAccessControlItem>, String, AccessControlChangeOptions, CancellationToken) Vorgang entfernt die Access Control für einen Pfad und untere Pfade.
Weitere Informationen finden Sie unter Updatepfad.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Storage.Files.DataLake.Models.AccessControlChangeResult>> RemoveAccessControlRecursiveAsync (System.Collections.Generic.IList<Azure.Storage.Files.DataLake.Models.RemovePathAccessControlItem> accessControlList, string continuationToken = default, Azure.Storage.Files.DataLake.Models.AccessControlChangeOptions options = default, System.Threading.CancellationToken cancellationToken = default);
abstract member RemoveAccessControlRecursiveAsync : System.Collections.Generic.IList<Azure.Storage.Files.DataLake.Models.RemovePathAccessControlItem> * string * Azure.Storage.Files.DataLake.Models.AccessControlChangeOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Storage.Files.DataLake.Models.AccessControlChangeResult>>
override this.RemoveAccessControlRecursiveAsync : System.Collections.Generic.IList<Azure.Storage.Files.DataLake.Models.RemovePathAccessControlItem> * string * Azure.Storage.Files.DataLake.Models.AccessControlChangeOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Storage.Files.DataLake.Models.AccessControlChangeResult>>
Public Overridable Function RemoveAccessControlRecursiveAsync (accessControlList As IList(Of RemovePathAccessControlItem), Optional continuationToken As String = Nothing, Optional options As AccessControlChangeOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AccessControlChangeResult))
Parameter
- accessControlList
- IList<RemovePathAccessControlItem>
Die POSIX-Zugriffssteuerungsliste für die Datei oder das Verzeichnis.
- continuationToken
- String
Optionales Fortsetzungstoken, das verwendet werden kann, um den zuvor beendeten Vorgang fortzusetzen.
- options
- AccessControlChangeOptions
Optional AccessControlChangeOptions mit zusätzlichen Steuerelementen.
- cancellationToken
- CancellationToken
Optional CancellationToken zur Weitergabe von Benachrichtigungen, dass der Vorgang abgebrochen werden soll.
Gibt zurück
Eine Response<T> , die Zusammenfassungsstatistiken des Vorgangs enthält.
Hinweise
Ein DataLakeAclChangeFailedException wird ausgelöst, wenn eine Speicheranforderung einen RequestFailedException oder Exceptionauslöst.
Tritt andernfalls ein Fehler außerhalb der Anforderung auf, wird der jeweilige Exception Typ ausgelöst, wenn ein Fehler auftritt.
Gilt für:
Azure SDK for .NET