Uses of Class
com.azure.storage.file.datalake.models.PublicAccessType
-
Packages that use PublicAccessType Package Description com.azure.storage.file.datalake Package containing the class required for DataLakeStorageClient.com.azure.storage.file.datalake.models 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 PublicAccessType Modifier and Type Method Description Mono<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.Mono<com.azure.core.http.rest.Response<Void>>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<Void>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.Mono<com.azure.core.http.rest.Response<Void>>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.Mono<Void>DataLakeFileSystemAsyncClient. setAccessPolicy(PublicAccessType accessType, List<DataLakeSignedIdentifier> identifiers)Sets the file system's permissions.voidDataLakeFileSystemClient. setAccessPolicy(PublicAccessType accessType, List<DataLakeSignedIdentifier> identifiers)Sets the file system's permissions.Mono<com.azure.core.http.rest.Response<Void>>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 PublicAccessType Modifier and Type Field Description static PublicAccessTypePublicAccessType. BLOBStatic value path for PublicAccessType.static PublicAccessTypePublicAccessType. CONTAINERStatic value file system for PublicAccessType.Methods in com.azure.storage.file.datalake.models that return PublicAccessType Modifier and Type Method Description static PublicAccessTypePublicAccessType. fromString(String name)Creates or finds a PublicAccessType from its string representation.PublicAccessTypeFileSystemAccessPolicies. getDataLakeAccessType()PublicAccessTypeFileSystemProperties. getDataLakePublicAccess()PublicAccessTypeFileSystemItemProperties. 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 PublicAccessType Modifier and Type Method Description static Collection<PublicAccessType>PublicAccessType. values()Methods in com.azure.storage.file.datalake.models with parameters of type PublicAccessType Modifier and Type Method Description FileSystemItemPropertiesFileSystemItemProperties. setPublicAccess(PublicAccessType publicAccess)Set the publicAccess property: Possible values include: 'container', 'blob'.Constructors in com.azure.storage.file.datalake.models with parameters of type PublicAccessType Constructor Description FileSystemAccessPolicies(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.
-