Uses of Class
com.azure.resourcemanager.storage.models.StorageService
Packages that use StorageService
Package
Description
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 StorageServiceModifier and TypeFieldDescriptionstatic final StorageServiceStorageService.BLOBStatic value Blob for StorageService.static final StorageServiceStorageService.FILEStatic value File for StorageService.static final StorageServiceStorageService.QUEUEStatic value Queue for StorageService.static final StorageServiceStorageService.TABLEStatic value Table for StorageService.Methods in com.azure.resourcemanager.storage.models that return StorageServiceModifier and TypeMethodDescriptionstatic StorageServiceStorageService.fromString(String name) Creates or finds a service type based on its name.StorageAccountEncryptionStatus.storageService()Gets the storage service type.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type StorageServiceModifier and TypeMethodDescriptionStorageAccount.encryptionStatuses()Gets the encryption statuses indexed by storage service type.static Collection<StorageService> StorageService.values()Gets known storage service types.