FileSystemOperationsExtensions.RemoveDefaultAcl Method (IFileSystemOperations, String, String)
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
public static AzureOperationResponse RemoveDefaultAcl(
this IFileSystemOperations operations,
string filePath,
string accountName
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ RemoveDefaultAcl(
IFileSystemOperations^ operations,
String^ filePath,
String^ accountName
)
static member RemoveDefaultAcl :
operations:IFileSystemOperations *
filePath:string *
accountName:string -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function RemoveDefaultAcl (
operations As IFileSystemOperations,
filePath As String,
accountName As String
) As AzureOperationResponse
Parameters
operations
Type: Microsoft.Azure.Management.DataLake.StoreFileSystem.IFileSystemOperationsReference to the Microsoft.Azure.Management.DataLake.StoreFileSystem.IFileSystemOperations.
filePath
Type: System.StringRequired. The path to the directory or file to remove default ACLs on.
accountName
Type: System.StringRequired. The name of the account to use
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