Compartir a través de


FileSystemOperationsExtensions.RemoveAclEntriesAsync (Método) (IFileSystemOperations, String, String, String, CancellationToken)

 

Quita las entradas de la lista de Control de acceso (ACL) para un archivo o carpeta de existente.

Espacio de nombres:   Microsoft.Azure.Management.DataLake.Store
Ensamblado:  Microsoft.Azure.Management.DataLake.Store (en Microsoft.Azure.Management.DataLake.Store.dll)

Sintaxis

public static Task RemoveAclEntriesAsync(
    this IFileSystemOperations operations,
    string accountName,
    string removeAclFilePath,
    string aclspec,
    CancellationToken cancellationToken = null
)
public:
[ExtensionAttribute]
static Task^ RemoveAclEntriesAsync(
    IFileSystemOperations^ operations,
    String^ accountName,
    String^ removeAclFilePath,
    String^ aclspec,
    CancellationToken cancellationToken = null
)
static member RemoveAclEntriesAsync : 
        operations:IFileSystemOperations *
        accountName:string *
        removeAclFilePath:string *
        aclspec:string *
        cancellationToken:CancellationToken = null -> Task
<ExtensionAttribute>
Public Shared Function RemoveAclEntriesAsync (
    operations As IFileSystemOperations,
    accountName As String,
    removeAclFilePath As String,
    aclspec As String,
    cancellationToken As CancellationToken
) As Task

Parámetros

  • accountName
    Type: System.String

    Para ejecutar operaciones de sistema de archivos en la cuenta de Azure Data Lake Store.

  • removeAclFilePath
    Type: System.String

    La ruta de acceso del almacén de datos Lake (comenzando por '/') del archivo o directorio con la ACL que se va a quitar.

  • aclspec
    Type: System.String

    La especificación ACL incluida en las operaciones de eliminación de ACL en el formato ' [predeterminado:] user|group|other'

Valor devuelto

Type: System.Threading.Tasks.Task

Vea también

FileSystemOperationsExtensions (Clase)
Microsoft.Azure.Management.DataLake.Store (Espacio de nombres)

Volver al principio