| Modifier and Type | Method and Description |
|---|---|
Encryption |
StorageAccount.encryption() |
Encryption |
Encryption.withKeySource(String keySource)
Set the keySource value.
|
Encryption |
Encryption.withServices(EncryptionServices services)
Set the services value.
|
| Modifier and Type | Method and Description |
|---|---|
StorageAccount.DefinitionStages.WithCreate |
StorageAccount.DefinitionStages.WithEncryption.withEncryption(Encryption encryption)
Specifies the encryption settings on the account.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithEncryption.withEncryption(Encryption encryption)
Specifies the encryption setting on the account.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/