Uses of Enum
com.azure.storage.file.share.models.FilePermissionFormat
Packages that use FilePermissionFormat
Package
Description
This package contains the classes to perform actions on Azure Storage File.
Package containing the data models for AzureFileStorage.
Package containing options model classes used by Azure Storage File Shares.
-
Uses of FilePermissionFormat in com.azure.storage.file.share
Methods in com.azure.storage.file.share with parameters of type FilePermissionFormatModifier and TypeMethodDescriptionShareAsyncClient.getPermission
(String filePermissionKey, FilePermissionFormat filePermissionFormat) Gets a permission for a given key.ShareClient.getPermission
(String filePermissionKey, FilePermissionFormat filePermissionFormat) Gets a permission for a given keyShareAsyncClient.getPermissionWithResponse
(String filePermissionKey, FilePermissionFormat filePermissionFormat) Gets a permission for a given key.com.azure.core.http.rest.Response
<String> ShareClient.getPermissionWithResponse
(String filePermissionKey, FilePermissionFormat filePermissionFormat, Duration timeout, com.azure.core.util.Context context) Gets a permission for a given key. -
Uses of FilePermissionFormat in com.azure.storage.file.share.models
Methods in com.azure.storage.file.share.models that return FilePermissionFormatModifier and TypeMethodDescriptionstatic FilePermissionFormat
FilePermissionFormat.fromString
(String value) Parses a serialized value to a FilePermissionFormat instance.ShareFilePermission.getPermissionFormat()
Get the format of file permission.static FilePermissionFormat
Returns the enum constant of this type with the specified name.static FilePermissionFormat[]
FilePermissionFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.storage.file.share.models with parameters of type FilePermissionFormatModifier and TypeMethodDescriptionShareFilePermission.setPermissionFormat
(FilePermissionFormat permissionFormat) Set the format of file permission. -
Uses of FilePermissionFormat in com.azure.storage.file.share.options
Methods in com.azure.storage.file.share.options that return FilePermissionFormatModifier and TypeMethodDescriptionShareDirectoryCreateOptions.getFilePermissionFormat()
Gets the file permission format.ShareFileCopyOptions.getFilePermissionFormat()
Gets the file permission format.ShareFileCreateOptions.getFilePermissionFormat()
Gets the file permission format.ShareFileRenameOptions.getFilePermissionFormat()
Gets the file permission format.Methods in com.azure.storage.file.share.options with parameters of type FilePermissionFormatModifier and TypeMethodDescriptionShareDirectoryCreateOptions.setFilePermissionFormat
(FilePermissionFormat filePermissionFormat) Sets the file permission format.ShareFileCopyOptions.setFilePermissionFormat
(FilePermissionFormat filePermissionFormat) Sets the file permission format.ShareFileCreateOptions.setFilePermissionFormat
(FilePermissionFormat filePermissionFormat) Sets the file permission format.ShareFileRenameOptions.setFilePermissionFormat
(FilePermissionFormat filePermissionFormat) Sets the file permission format.