FileSystemOperationsExtensions.RemoveAclEntries Method (IFileSystemOperations, String, String, String)

 

Removes 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

public static AzureOperationResponse RemoveAclEntries(
    this IFileSystemOperations operations,
    string filePath,
    string accountName,
    string aclSpec
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ RemoveAclEntries(
    IFileSystemOperations^ operations,
    String^ filePath,
    String^ accountName,
    String^ aclSpec
)
static member RemoveAclEntries : 
        operations:IFileSystemOperations *
        filePath:string *
        accountName:string *
        aclSpec:string -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function RemoveAclEntries (
    operations As IFileSystemOperations,
    filePath As String,
    accountName As String,
    aclSpec As String
) As AzureOperationResponse

Parameters

  • filePath
    Type: System.String

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

  • accountName
    Type: System.String

    Required. The name of the account to use

  • aclSpec
    Type: System.String

    Required. The ACL spec included in ACL removal operations in the format '[default:]user|group|other'

Return Value

Type: Microsoft.Azure.AzureOperationResponse

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

See Also

FileSystemOperationsExtensions Class
Microsoft.Azure.Management.DataLake.StoreFileSystem Namespace

Return to top