Uses of Class
com.azure.storage.file.datalake.models.PathAccessControl
-
Packages that use PathAccessControl Package Description com.azure.storage.file.datalake 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 PathAccessControl Modifier and Type Method Description PathAccessControl
DataLakePathClient. getAccessControl()
Returns the access control for a resource.Methods in com.azure.storage.file.datalake that return types with arguments of type PathAccessControl Modifier and Type Method Description Mono<PathAccessControl>
DataLakePathAsyncClient. 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.
-