Uses of Class
com.microsoft.azure.toolkit.lib.storage.model.Redundancy
-
Packages that use Redundancy Package Description com.microsoft.azure.toolkit.lib.storage com.microsoft.azure.toolkit.lib.storage.model -
-
Uses of Redundancy in com.microsoft.azure.toolkit.lib.storage
Fields in com.microsoft.azure.toolkit.lib.storage declared as Redundancy Modifier and Type Field Description private RedundancyStorageAccountDraft.Config. redundancyMethods in com.microsoft.azure.toolkit.lib.storage that return Redundancy Modifier and Type Method Description RedundancyStorageAccount. getRedundancy()RedundancyStorageAccountDraft. getRedundancy()Methods in com.microsoft.azure.toolkit.lib.storage that return types with arguments of type Redundancy Modifier and Type Method Description List<Redundancy>AzureStorageAccount. listSupportedRedundancies(Performance performance, Kind kind)Methods in com.microsoft.azure.toolkit.lib.storage with parameters of type Redundancy Modifier and Type Method Description voidStorageAccountDraft. setRedundancy(Redundancy redundancy) -
Uses of Redundancy in com.microsoft.azure.toolkit.lib.storage.model
Fields in com.microsoft.azure.toolkit.lib.storage.model declared as Redundancy Modifier and Type Field Description static RedundancyRedundancy. PREMIUM_LRSstatic RedundancyRedundancy. PREMIUM_ZRSprivate RedundancyStorageAccountConfig. redundancystatic RedundancyRedundancy. STANDARD_GRSstatic RedundancyRedundancy. STANDARD_LRSstatic RedundancyRedundancy. STANDARD_RAGRSstatic RedundancyRedundancy. STANDARD_RAGZRSstatic RedundancyRedundancy. STANDARD_ZRSFields in com.microsoft.azure.toolkit.lib.storage.model with type parameters of type Redundancy Modifier and Type Field Description private static List<Redundancy>Redundancy. valuesMethods in com.microsoft.azure.toolkit.lib.storage.model that return Redundancy Modifier and Type Method Description static RedundancyRedundancy. fromName(String value)Methods in com.microsoft.azure.toolkit.lib.storage.model that return types with arguments of type Redundancy Modifier and Type Method Description static List<Redundancy>Redundancy. values()
-