Freigeben über


DataLakeFileClient.SetAccessControlList Methode

Definition

Der SetAccessControlList(IList<PathAccessControlItem>, String, String, DataLakeRequestConditions, CancellationToken) Vorgang legt die Access Control für einen Pfad fest.

Weitere Informationen finden Sie unter Pfad aktualisieren.

public override Azure.Response<Azure.Storage.Files.DataLake.Models.PathInfo> SetAccessControlList (System.Collections.Generic.IList<Azure.Storage.Files.DataLake.Models.PathAccessControlItem> accessControlList, string owner = default, string group = default, Azure.Storage.Files.DataLake.Models.DataLakeRequestConditions conditions = default, System.Threading.CancellationToken cancellationToken = default);
override this.SetAccessControlList : System.Collections.Generic.IList<Azure.Storage.Files.DataLake.Models.PathAccessControlItem> * string * string * Azure.Storage.Files.DataLake.Models.DataLakeRequestConditions * System.Threading.CancellationToken -> Azure.Response<Azure.Storage.Files.DataLake.Models.PathInfo>
Public Overrides Function SetAccessControlList (accessControlList As IList(Of PathAccessControlItem), Optional owner As String = Nothing, Optional group As String = Nothing, Optional conditions As DataLakeRequestConditions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PathInfo)

Parameter

accessControlList
IList<PathAccessControlItem>

Die POSIX-Zugriffssteuerungsliste für die Datei oder das Verzeichnis.

owner
String

Der Besitzer der Datei oder des Verzeichnisses.

group
String

Die Besitzergruppe der Datei oder des Verzeichnisses.

conditions
DataLakeRequestConditions

Optional DataLakeRequestConditions zum Hinzufügen von Bedingungen beim Festlegen der Zugriffssteuerung des Pfads.

cancellationToken
CancellationToken

Optional CancellationToken zur Weitergabe von Benachrichtigungen, dass der Vorgang abgebrochen werden soll.

Gibt zurück

Ein Response<T> , der den aktualisierten Pfad beschreibt.

Hinweise

Ein RequestFailedException wird ausgelöst, wenn ein Fehler auftritt.

Gilt für: