Uses of Class
com.azure.resourcemanager.storage.models.StorageService
-
Packages that use StorageService Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of StorageService in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as StorageService Modifier and Type Field Description static StorageServiceStorageService. BLOBStatic value Blob for StorageService.static StorageServiceStorageService. FILEStatic value File for StorageService.static StorageServiceStorageService. QUEUEStatic value Queue for StorageService.static StorageServiceStorageService. TABLEStatic value Table for StorageService.Methods in com.azure.resourcemanager.storage.models that return StorageService Modifier and Type Method Description static StorageServiceStorageService. fromString(String name)Creates or finds a service service type based on its name.StorageServiceStorageAccountEncryptionStatus. storageService()Methods in com.azure.resourcemanager.storage.models that return types with arguments of type StorageService Modifier and Type Method Description Map<StorageService,StorageAccountEncryptionStatus>StorageAccount. encryptionStatuses()static Collection<StorageService>StorageService. values()
-