IFileSystemOperations.RemoveDefaultAclAsync Method (String, String, CancellationToken)

 

Removes default 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> RemoveDefaultAclAsync(
    string filePath,
    string accountName,
    CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ RemoveDefaultAclAsync(
    String^ filePath,
    String^ accountName,
    CancellationToken cancellationToken
)
abstract RemoveDefaultAclAsync : 
        filePath:string *
        accountName:string *
        cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function RemoveDefaultAclAsync (
    filePath As String,
    accountName As String,
    cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)

Parameters

  • filePath
    Type: System.String

    The path to the directory or file to remove default ACLs on.

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