public static interface StorageAccount.DefinitionStages.WithEncryption
| Modifier and Type | Method and Description |
|---|---|
StorageAccount.DefinitionStages.WithCreate |
withEncryption()
Enables encryption for all storage services in the account that supports encryption.
|
StorageAccount.DefinitionStages.WithCreate |
withEncryption(Encryption encryption)
Specifies the encryption settings on the account.
|
@Beta StorageAccount.DefinitionStages.WithCreate withEncryption(Encryption encryption)
encryption - the encryption setting@Beta(value=V1_2_0) StorageAccount.DefinitionStages.WithCreate withEncryption()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/