Uses of Class
com.microsoft.azure.management.storage.EncryptionServices
Packages that use EncryptionServices
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of EncryptionServices in com.microsoft.azure.management.storage
Methods in com.microsoft.azure.management.storage that return EncryptionServicesModifier and TypeMethodDescriptionEncryption.services()Get list of services which support encryption.EncryptionServices.withBlob(EncryptionService blob) Set the encryption function of the blob storage service.EncryptionServices.withFile(EncryptionService file) Set the encryption function of the file storage service.EncryptionServices.withQueue(EncryptionService queue) Set the encryption function of the queue storage service.EncryptionServices.withTable(EncryptionService table) Set the encryption function of the table storage service.Methods in com.microsoft.azure.management.storage with parameters of type EncryptionServicesModifier and TypeMethodDescriptionEncryption.withServices(EncryptionServices services) Set list of services which support encryption.