| Modifier and Type | Method and Description |
|---|---|
Encryption |
StorageAccountUpdateParameters.encryption()
Get provides the encryption settings on the account.
|
Encryption |
StorageAccountCreateParameters.encryption()
Get not applicable.
|
Encryption |
StorageAccount.encryption()
Deprecated.
|
Encryption |
Encryption.withKeySource(KeySource keySource)
Set the encryption keySource (provider).
|
Encryption |
Encryption.withKeyVaultProperties(KeyVaultProperties keyVaultProperties)
Set properties provided by key vault.
|
Encryption |
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 |
Encryption.withServices(EncryptionServices services)
Set list of services which support encryption.
|
| Modifier and Type | Method and Description |
|---|---|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withEncryption(Encryption encryption)
Set provides the encryption settings on the account.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withEncryption(Encryption encryption)
Set not applicable.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/