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.StringThe path to the directory or file to remove default ACLs on.
accountName
Type: System.StringThe name of the account to use
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
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