Uses of Class
com.azure.storage.file.datalake.models.PublicAccessType
Packages that use PublicAccessType
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing classes for AzureDataLakeStorageRestAPI.
-
Uses of PublicAccessType in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type PublicAccessTypeModifier and TypeMethodDescriptionMono<com.azure.core.http.rest.Response<DataLakeFileSystemAsyncClient>>
DataLakeServiceAsyncClient.createFileSystemWithResponse
(String fileSystemName, Map<String, String> metadata, PublicAccessType accessType) Creates a new file system within a storage account.com.azure.core.http.rest.Response<DataLakeFileSystemClient>
DataLakeServiceClient.createFileSystemWithResponse
(String fileSystemName, Map<String, String> metadata, PublicAccessType accessType, com.azure.core.util.Context context) Creates a new file system within a storage account.DataLakeFileSystemAsyncClient.createIfNotExistsWithResponse
(Map<String, String> metadata, PublicAccessType accessType) Creates a new file system within a storage account if it does not exist.com.azure.core.http.rest.Response<Boolean>
DataLakeFileSystemClient.createIfNotExistsWithResponse
(Map<String, String> metadata, PublicAccessType accessType, Duration timeout, com.azure.core.util.Context context) Creates a new file system within a storage account if it does not exist.DataLakeFileSystemAsyncClient.createWithResponse
(Map<String, String> metadata, PublicAccessType accessType) Creates a new file system within a storage account.com.azure.core.http.rest.Response<Void>
DataLakeFileSystemClient.createWithResponse
(Map<String, String> metadata, PublicAccessType accessType, Duration timeout, com.azure.core.util.Context context) Creates a new file system within a storage account.DataLakeFileSystemAsyncClient.setAccessPolicy
(PublicAccessType accessType, List<DataLakeSignedIdentifier> identifiers) Sets the file system's permissions.void
DataLakeFileSystemClient.setAccessPolicy
(PublicAccessType accessType, List<DataLakeSignedIdentifier> identifiers) Sets the file system's permissions.DataLakeFileSystemAsyncClient.setAccessPolicyWithResponse
(PublicAccessType accessType, List<DataLakeSignedIdentifier> identifiers, DataLakeRequestConditions requestConditions) Sets the file system's permissions.com.azure.core.http.rest.Response<Void>
DataLakeFileSystemClient.setAccessPolicyWithResponse
(PublicAccessType accessType, List<DataLakeSignedIdentifier> identifiers, DataLakeRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) Sets the file system's permissions. -
Uses of PublicAccessType in com.azure.storage.file.datalake.models
Fields in com.azure.storage.file.datalake.models declared as PublicAccessTypeModifier and TypeFieldDescriptionstatic final PublicAccessType
PublicAccessType.BLOB
Static value path for PublicAccessType.static final PublicAccessType
PublicAccessType.CONTAINER
Static value file system for PublicAccessType.Methods in com.azure.storage.file.datalake.models that return PublicAccessTypeModifier and TypeMethodDescriptionstatic PublicAccessType
PublicAccessType.fromString
(String name) Creates or finds a PublicAccessType from its string representation.FileSystemAccessPolicies.getDataLakeAccessType()
FileSystemProperties.getDataLakePublicAccess()
FileSystemItemProperties.getPublicAccess()
Get the publicAccess property: Possible values include: 'container', 'blob'.Methods in com.azure.storage.file.datalake.models that return types with arguments of type PublicAccessTypeMethods in com.azure.storage.file.datalake.models with parameters of type PublicAccessTypeModifier and TypeMethodDescriptionFileSystemItemProperties.setPublicAccess
(PublicAccessType publicAccess) Set the publicAccess property: Possible values include: 'container', 'blob'.Constructors in com.azure.storage.file.datalake.models with parameters of type PublicAccessTypeModifierConstructorDescriptionFileSystemAccessPolicies
(PublicAccessType dataLakeAccessType, List<DataLakeSignedIdentifier> identifiers) Constructs aFileSystemAccessPolicies
.FileSystemProperties
(Map<String, String> metadata, String eTag, OffsetDateTime lastModified, LeaseDurationType leaseDuration, LeaseStateType leaseState, LeaseStatusType leaseStatus, PublicAccessType dataLakePublicAccess, boolean hasImmutabilityPolicy, boolean hasLegalHold) Constructs aFileSystemProperties
.