public static interface StorageAccount.UpdateStages.WithEncryption
| Modifier and Type | Method and Description |
|---|---|
StorageAccount.Update |
withEncryption(Encryption encryption)
Specifies the encryption setting on the account.
|
StorageAccount.Update withEncryption(Encryption encryption)
The default setting is unencrypted.
encryption - the encryption setting/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/