FileSystemAccessPolicies Class
- java.
lang. Object - com.
azure. storage. file. datalake. models. FileSystemAccessPolicies
- com.
public class FileSystemAccessPolicies
This class contains values which correlate to the access polices set on a specific file system.
Constructor Summary
Constructor | Description |
---|---|
FileSystemAccessPolicies(PublicAccessType dataLakeAccessType, List<DataLakeSignedIdentifier> identifiers) |
Constructs a FileSystemAccessPolicies. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Public |
getDataLakeAccessType() |
List<Data |
getIdentifiers() |
Methods inherited from java.lang.Object
Constructor Details
FileSystemAccessPolicies
public FileSystemAccessPolicies(PublicAccessType dataLakeAccessType, List
Constructs a FileSystemAccessPolicies.
Parameters:
dataLakeAccessType
- Level of public access the file system allows.
identifiers
- DataLakeSignedIdentifier associated with the file system.
Method Details
getDataLakeAccessType
public PublicAccessType getDataLakeAccessType()
Returns:
the level of public access the file system allows.
getIdentifiers
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java