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
operations
Type: Microsoft.Azure.Management.DataLake.Store.IFileSystemOperationsEl grupo de operaciones de este método de extensión.
accountName
Type: System.StringPara ejecutar operaciones de sistema de archivos en la cuenta de Azure Data Lake Store.
setAclFilePath
Type: System.StringLa 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.StringLa especificación ACL incluida en las operaciones de creación de ACL en el formato ' [predeterminado:] user|group|other::r|-w| - x|-'
cancellationToken
Type: System.Threading.CancellationTokenEl token de cancelación.
Valor devuelto
Type: System.Threading.Tasks.Task
Vea también
FileSystemOperationsExtensions (Clase)
Microsoft.Azure.Management.DataLake.Store (Espacio de nombres)
Volver al principio