Uses of Class
com.microsoft.azure.toolkit.lib.storage.model.AccessTier
-
Packages that use AccessTier Package Description com.microsoft.azure.toolkit.lib.storage com.microsoft.azure.toolkit.lib.storage.model -
-
Uses of AccessTier in com.microsoft.azure.toolkit.lib.storage
Fields in com.microsoft.azure.toolkit.lib.storage declared as AccessTier Modifier and Type Field Description private AccessTierStorageAccountDraft.Config. accessTierMethods in com.microsoft.azure.toolkit.lib.storage that return AccessTier Modifier and Type Method Description AccessTierStorageAccount. getAccessTier()AccessTierStorageAccountDraft. getAccessTier()Methods in com.microsoft.azure.toolkit.lib.storage with parameters of type AccessTier Modifier and Type Method Description voidStorageAccountDraft. setAccessTier(AccessTier tier) -
Uses of AccessTier in com.microsoft.azure.toolkit.lib.storage.model
Fields in com.microsoft.azure.toolkit.lib.storage.model declared as AccessTier Modifier and Type Field Description private AccessTierStorageAccountConfig. accessTierMethods in com.microsoft.azure.toolkit.lib.storage.model that return AccessTier Modifier and Type Method Description static AccessTierAccessTier. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessTier[]AccessTier. values()Returns an array containing the constants of this enum type, in the order they are declared.
-