public class FileSystemAccessPolicies extends Object
| Constructor and Description |
|---|
FileSystemAccessPolicies(PublicAccessType dataLakeAccessType,
List<DataLakeSignedIdentifier> identifiers)
Constructs a
FileSystemAccessPolicies. |
| Modifier and Type | Method and Description |
|---|---|
PublicAccessType |
getDataLakeAccessType() |
List<DataLakeSignedIdentifier> |
getIdentifiers() |
public FileSystemAccessPolicies(PublicAccessType dataLakeAccessType, List<DataLakeSignedIdentifier> identifiers)
FileSystemAccessPolicies.dataLakeAccessType - Level of public access the file system allows.identifiers - DataLakeSignedIdentifiers associated with the file system.public PublicAccessType getDataLakeAccessType()
public List<DataLakeSignedIdentifier> getIdentifiers()
DataLakeSignedIdentifiers associated with the file system.Copyright © 2021 Microsoft Corporation. All rights reserved.