次の方法で共有


FileSystemOperationsExtensions.RemoveAclEntries メソッド

定義

ファイルまたはフォルダーの既存のAccess Control リスト (ACL) エントリを削除します。

public static void RemoveAclEntries (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string removeAclFilePath, string aclspec);
public static void RemoveAclEntries (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string path, string aclspec);
static member RemoveAclEntries : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * string -> unit
static member RemoveAclEntries : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * string -> unit
<Extension()>
Public Sub RemoveAclEntries (operations As IFileSystemOperations, accountName As String, removeAclFilePath As String, aclspec As String)
<Extension()>
Public Sub RemoveAclEntries (operations As IFileSystemOperations, accountName As String, path As String, aclspec As String)

パラメーター

operations
IFileSystemOperations

この拡張メソッドの操作グループ。

accountName
String

ファイルシステム操作を実行する Azure Data Lake Store アカウント。

removeAclFilePathpath
String

ACL が削除されているファイルまたはディレクトリの Data Lake Store パス ('/' 以降)。

aclspec
String

'[default:]user|group|other' 形式の ACL 削除操作に含まれる ACL 仕様

適用対象