FileSystemOperationsExtensions.RemoveAclEntriesAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Remove as entradas de ACL (lista de Controle de Acesso) existentes para um arquivo ou pasta.
public static System.Threading.Tasks.Task RemoveAclEntriesAsync (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string removeAclFilePath, string aclspec, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task RemoveAclEntriesAsync (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string path, string aclspec, System.Threading.CancellationToken cancellationToken = default);
static member RemoveAclEntriesAsync : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
static member RemoveAclEntriesAsync : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function RemoveAclEntriesAsync (operations As IFileSystemOperations, accountName As String, removeAclFilePath As String, aclspec As String, Optional cancellationToken As CancellationToken = Nothing) As Task
<Extension()>
Public Function RemoveAclEntriesAsync (operations As IFileSystemOperations, accountName As String, path As String, aclspec As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Parâmetros
- operations
- IFileSystemOperations
O grupo de operações para esse método de extensão.
- accountName
- String
A conta do Azure Data Lake Store na qual executar operações do sistema de arquivos.
- removeAclFilePathpath
- String
O caminho do Data Lake Store (começando com '/') do arquivo ou diretório com a ACL sendo removida.
- aclspec
- String
A especificação de ACL incluída em operações de remoção de ACL no formato '[default:]user|group|other'
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Aplica-se a
Azure SDK for .NET