Uses of Class
com.azure.storage.file.datalake.models.PathAccessControl
Packages that use PathAccessControl
Package
Description
Package containing the class required for DataLakeStorageClient.
-
Uses of PathAccessControl in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake that return PathAccessControlModifier and TypeMethodDescriptionDataLakePathClient.getAccessControl()
Returns the access control for a resource.Methods in com.azure.storage.file.datalake that return types with arguments of type PathAccessControlModifier and TypeMethodDescriptionDataLakePathAsyncClient.getAccessControl()
Returns the access control for a resource.Mono
<com.azure.core.http.rest.Response<PathAccessControl>> DataLakePathAsyncClient.getAccessControlWithResponse
(boolean userPrincipalNameReturned, DataLakeRequestConditions requestConditions) Returns the access control for a resource.com.azure.core.http.rest.Response
<PathAccessControl> DataLakePathClient.getAccessControlWithResponse
(boolean userPrincipalNameReturned, DataLakeRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) Returns the access control for a resource.