public static interface StorageAccount.UpdateStages.WithEncryption
| Modifier and Type | Method and Description |
|---|---|
StorageAccount.Update |
withEncryption()
Enables encryption for all storage services in the account that supports encryption.
|
StorageAccount.Update |
withEncryption(Encryption encryption)
Specifies the encryption setting on the account.
|
StorageAccount.Update |
withoutEncryption()
Disables encryption for all storage services in the account that supports encryption.
|
@Beta StorageAccount.Update withEncryption(Encryption encryption)
The default setting is unencrypted. TODO: This overload should be deprecated and removed (the new fully fluent encryption withers replaces this)
encryption - the encryption setting@Beta(value=V1_2_0) StorageAccount.Update withEncryption()
@Beta(value=V1_2_0) StorageAccount.Update withoutEncryption()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/