Uses of Class
com.microsoft.azure.management.storage.EncryptionService
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of EncryptionService in com.microsoft.azure.management.storage
Modifier 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.Modifier 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.