Compartir a través de


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

 

Establece la lista de Control de acceso (ACL) para un archivo o carpeta.

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 SetAclAsync(
    this IFileSystemOperations operations,
    string accountName,
    string setAclFilePath,
    string aclspec,
    CancellationToken cancellationToken = null
)
public:
[ExtensionAttribute]
static Task^ SetAclAsync(
    IFileSystemOperations^ operations,
    String^ accountName,
    String^ setAclFilePath,
    String^ aclspec,
    CancellationToken cancellationToken = null
)
static member SetAclAsync : 
        operations:IFileSystemOperations *
        accountName:string *
        setAclFilePath:string *
        aclspec:string *
        cancellationToken:CancellationToken = null -> Task
<ExtensionAttribute>
Public Shared Function SetAclAsync (
    operations As IFileSystemOperations,
    accountName As String,
    setAclFilePath 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.

  • setAclFilePath
    Type: System.String

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

  • aclspec
    Type: System.String

    La especificación ACL incluida en las operaciones de creación de ACL en el formato ' [predeterminado:] user|group|other::r|-w| - x|-'

Valor devuelto

Type: System.Threading.Tasks.Task

Vea también

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

Volver al principio