IFileSystemOperations.ModifyAclEntriesAsync Method (String, String, String, CancellationToken)

 

Modifies existing ACL entries on a file or folder.

Namespace:   Microsoft.Azure.Management.DataLake.StoreFileSystem
Assembly:  Microsoft.Azure.Management.DataLake.StoreFileSystem (in Microsoft.Azure.Management.DataLake.StoreFileSystem.dll)

Syntax

Task<AzureOperationResponse> ModifyAclEntriesAsync(
    string filePath,
    string accountName,
    string aclSpec,
    CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ ModifyAclEntriesAsync(
    String^ filePath,
    String^ accountName,
    String^ aclSpec,
    CancellationToken cancellationToken
)
abstract ModifyAclEntriesAsync : 
        filePath:string *
        accountName:string *
        aclSpec:string *
        cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function ModifyAclEntriesAsync (
    filePath As String,
    accountName As String,
    aclSpec As String,
    cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)

Parameters

  • filePath
    Type: System.String

    The path to the directory or file to modify ACLs on.

  • aclSpec
    Type: System.String

    The ACL spec included in ACL modification operations in the format '[default:]user|group|other::r|-w|-x|-'

Return Value

Type: System.Threading.Tasks.Task<AzureOperationResponse>

A standard service response including an HTTP status code and request ID.

See Also

IFileSystemOperations Interface
Microsoft.Azure.Management.DataLake.StoreFileSystem Namespace

Return to top