Class FileSystemAccessPolicies
java.lang.Object
com.azure.storage.file.datalake.models.FileSystemAccessPolicies
This class contains values which correlate to the access polices set on a specific file system.
-
Constructor Summary
ConstructorsConstructorDescriptionFileSystemAccessPolicies
(PublicAccessType dataLakeAccessType, List<DataLakeSignedIdentifier> identifiers) Constructs aFileSystemAccessPolicies
. -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
FileSystemAccessPolicies
public FileSystemAccessPolicies(PublicAccessType dataLakeAccessType, List<DataLakeSignedIdentifier> identifiers) Constructs aFileSystemAccessPolicies
.- Parameters:
dataLakeAccessType
- Level of public access the file system allows.identifiers
-DataLakeSignedIdentifiers
associated with the file system.
-
-
Method Details
-
getDataLakeAccessType
- Returns:
- the level of public access the file system allows.
-
getIdentifiers
- Returns:
- the
DataLakeSignedIdentifiers
associated with the file system.
-