Uses of Class
com.microsoft.azure.management.storage.Encryption
Packages that use Encryption
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of Encryption in com.microsoft.azure.management.storage
Methods in com.microsoft.azure.management.storage that return EncryptionModifier and TypeMethodDescriptionStorageAccount.encryption()
Deprecated.StorageAccountCreateParameters.encryption()
Get not applicable.StorageAccountUpdateParameters.encryption()
Get provides the encryption settings on the account.Encryption.withKeySource
(KeySource keySource) Set the encryption keySource (provider).Encryption.withKeyVaultProperties
(KeyVaultProperties keyVaultProperties) Set properties provided by key vault.Encryption.withRequireInfrastructureEncryption
(Boolean requireInfrastructureEncryption) Set a boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest.Encryption.withServices
(EncryptionServices services) Set list of services which support encryption.Methods in com.microsoft.azure.management.storage with parameters of type EncryptionModifier and TypeMethodDescriptionStorageAccountCreateParameters.withEncryption
(Encryption encryption) Set not applicable.StorageAccountUpdateParameters.withEncryption
(Encryption encryption) Set provides the encryption settings on the account.
StorageAccount.encryptionKeySource()
,StorageAccount.encryptionStatuses()
instead.