Uses of Class
com.azure.storage.file.share.models.PermissionCopyModeType
-
Packages that use PermissionCopyModeType Package Description com.azure.storage.file.share This package contains the classes to perform actions on Azure Storage File.com.azure.storage.file.share.models Package containing classes for AzureFileStorage. -
-
Uses of PermissionCopyModeType in com.azure.storage.file.share
Methods in com.azure.storage.file.share with parameters of type PermissionCopyModeType Modifier and Type Method Description com.azure.core.util.polling.PollerFlux<ShareFileCopyInfo,Void>ShareFileAsyncClient. beginCopy(String sourceUrl, FileSmbProperties smbProperties, String filePermission, PermissionCopyModeType filePermissionCopyMode, Boolean ignoreReadOnly, Boolean setArchiveAttribute, Map<String,String> metadata, Duration pollInterval, ShareRequestConditions destinationRequestConditions)Copies a blob or file to a destination file within the storage account.com.azure.core.util.polling.SyncPoller<ShareFileCopyInfo,Void>ShareFileClient. beginCopy(String sourceUrl, FileSmbProperties smbProperties, String filePermission, PermissionCopyModeType filePermissionCopyMode, Boolean ignoreReadOnly, Boolean setArchiveAttribute, Map<String,String> metadata, Duration pollInterval, ShareRequestConditions destinationRequestConditions)Copies a blob or file to a destination file within the storage account. -
Uses of PermissionCopyModeType in com.azure.storage.file.share.models
Methods in com.azure.storage.file.share.models that return PermissionCopyModeType Modifier and Type Method Description static PermissionCopyModeTypePermissionCopyModeType. fromString(String value)Parses a serialized value to a PermissionCopyModeType instance.static PermissionCopyModeTypePermissionCopyModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static PermissionCopyModeType[]PermissionCopyModeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-