Uses of Class
com.azure.storage.file.share.models.ShareAccessTier
-
Packages that use ShareAccessTier Package Description com.azure.storage.file.share.models Package containing classes for AzureFileStorage.com.azure.storage.file.share.options Package containing options model classes used by Azure Storage File Shares. -
-
Uses of ShareAccessTier in com.azure.storage.file.share.models
Fields in com.azure.storage.file.share.models declared as ShareAccessTier Modifier and Type Field Description static ShareAccessTierShareAccessTier. COOLStatic value Cool for ShareAccessTier.static ShareAccessTierShareAccessTier. HOTStatic value Hot for ShareAccessTier.static ShareAccessTierShareAccessTier. TRANSACTION_OPTIMIZEDStatic value TransactionOptimized for ShareAccessTier.Methods in com.azure.storage.file.share.models that return ShareAccessTier Modifier and Type Method Description static ShareAccessTierShareAccessTier. fromString(String name)Creates or finds a ShareAccessTier from its string representation.Methods in com.azure.storage.file.share.models that return types with arguments of type ShareAccessTier Modifier and Type Method Description static Collection<ShareAccessTier>ShareAccessTier. values() -
Uses of ShareAccessTier in com.azure.storage.file.share.options
Methods in com.azure.storage.file.share.options that return ShareAccessTier Modifier and Type Method Description ShareAccessTierShareCreateOptions. getAccessTier()ShareAccessTierShareSetPropertiesOptions. getAccessTier()Methods in com.azure.storage.file.share.options with parameters of type ShareAccessTier Modifier and Type Method Description ShareCreateOptionsShareCreateOptions. setAccessTier(ShareAccessTier accessTier)ShareSetPropertiesOptionsShareSetPropertiesOptions. setAccessTier(ShareAccessTier accessTier)
-