Uses of Class
com.microsoft.azure.toolkit.lib.storage.model.Performance
-
Packages that use Performance Package Description com.microsoft.azure.toolkit.lib.storage com.microsoft.azure.toolkit.lib.storage.model -
-
Uses of Performance in com.microsoft.azure.toolkit.lib.storage
Fields in com.microsoft.azure.toolkit.lib.storage declared as Performance Modifier and Type Field Description private PerformanceStorageAccountDraft.Config. performanceMethods in com.microsoft.azure.toolkit.lib.storage that return Performance Modifier and Type Method Description PerformanceStorageAccount. getPerformance()PerformanceStorageAccountDraft. getPerformance()Methods in com.microsoft.azure.toolkit.lib.storage that return types with arguments of type Performance Modifier and Type Method Description List<Performance>AzureStorageAccount. listSupportedPerformances()Methods in com.microsoft.azure.toolkit.lib.storage with parameters of type Performance Modifier and Type Method Description List<Kind>AzureStorageAccount. listSupportedKinds(Performance performance)List<Redundancy>AzureStorageAccount. listSupportedRedundancies(Performance performance, Kind kind)voidStorageAccountDraft. setPerformance(Performance performance) -
Uses of Performance in com.microsoft.azure.toolkit.lib.storage.model
Fields in com.microsoft.azure.toolkit.lib.storage.model declared as Performance Modifier and Type Field Description private PerformanceKind. performanceprivate PerformanceRedundancy. performanceprivate PerformanceStorageAccountConfig. performancestatic PerformancePerformance. PREMIUMstatic PerformancePerformance. STANDARDFields in com.microsoft.azure.toolkit.lib.storage.model with type parameters of type Performance Modifier and Type Field Description private static List<Performance>Performance. valuesMethods in com.microsoft.azure.toolkit.lib.storage.model that return Performance Modifier and Type Method Description static PerformancePerformance. fromName(String value)Methods in com.microsoft.azure.toolkit.lib.storage.model that return types with arguments of type Performance Modifier and Type Method Description static List<Performance>Performance. values()Constructors in com.microsoft.azure.toolkit.lib.storage.model with parameters of type Performance Constructor Description Kind(Performance performance, String name, String label)Redundancy(Performance performance, String name, String label)
-