Uses of Class
com.microsoft.azure.toolkit.lib.storage.model.Kind
-
Packages that use Kind Package Description com.microsoft.azure.toolkit.lib.storage com.microsoft.azure.toolkit.lib.storage.model -
-
Uses of Kind in com.microsoft.azure.toolkit.lib.storage
Fields in com.microsoft.azure.toolkit.lib.storage declared as Kind Modifier and Type Field Description private KindStorageAccountDraft.Config. kindMethods in com.microsoft.azure.toolkit.lib.storage that return Kind Modifier and Type Method Description KindStorageAccount. getKind()KindStorageAccountDraft. getKind()Methods in com.microsoft.azure.toolkit.lib.storage that return types with arguments of type Kind Modifier and Type Method Description List<Kind>AzureStorageAccount. listSupportedKinds(Performance performance)Methods in com.microsoft.azure.toolkit.lib.storage with parameters of type Kind Modifier and Type Method Description List<Redundancy>AzureStorageAccount. listSupportedRedundancies(Performance performance, Kind kind)voidStorageAccountDraft. setKind(Kind kind) -
Uses of Kind in com.microsoft.azure.toolkit.lib.storage.model
Fields in com.microsoft.azure.toolkit.lib.storage.model declared as Kind Modifier and Type Field Description static KindKind. BLOB_STORAGEstatic KindKind. BLOCK_BLOB_STORAGEstatic KindKind. FILE_STORAGEprivate KindStorageAccountConfig. kindstatic KindKind. PAGE_BLOB_STORAGEstatic KindKind. STORAGEstatic KindKind. STORAGE_V2Fields in com.microsoft.azure.toolkit.lib.storage.model with type parameters of type Kind Modifier and Type Field Description private static List<Kind>Kind. valuesMethods in com.microsoft.azure.toolkit.lib.storage.model that return Kind Modifier and Type Method Description static KindKind. fromName(String value)Methods in com.microsoft.azure.toolkit.lib.storage.model that return types with arguments of type Kind Modifier and Type Method Description static List<Kind>Kind. values()
-