Uses of Class
com.microsoft.azure.management.storage.EncryptionService
Packages that use EncryptionService
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of EncryptionService in com.microsoft.azure.management.storage
Methods in com.microsoft.azure.management.storage that return EncryptionServiceModifier and TypeMethodDescriptionEncryptionServices.blob()
Get the encryption function of the blob storage service.EncryptionServices.file()
Get the encryption function of the file storage service.EncryptionServices.queue()
Get the encryption function of the queue storage service.EncryptionServices.table()
Get the encryption function of the table storage service.EncryptionService.withEnabled
(Boolean enabled) Set a boolean indicating whether or not the service encrypts the data as it is stored.EncryptionService.withKeyType
(KeyType keyType) Set encryption key type to be used for the encryption service.Methods in com.microsoft.azure.management.storage with parameters of type EncryptionServiceModifier and TypeMethodDescriptionEncryptionServices.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.