public static interface StorageAccount.UpdateStages.WithEncryption
| Modifier and Type | Method and Description |
|---|---|
StorageAccount.Update |
withBlobEncryption()
Enables encryption for blob service.
|
StorageAccount.Update |
withEncryption()
Deprecated.
|
StorageAccount.Update |
withEncryptionKeyFromKeyVault(String keyVaultUri,
String keyName,
String keyVersion)
Specifies the KeyVault key to be used as key for encryption.
|
StorageAccount.Update |
withFileEncryption()
Enables encryption for file service.
|
StorageAccount.Update |
withoutBlobEncryption()
Disables encryption for blob service.
|
StorageAccount.Update |
withoutEncryption()
Deprecated.
|
StorageAccount.Update |
withoutFileEncryption()
Disables encryption for file service.
|
@Deprecated StorageAccount.Update withEncryption()
StorageAccount.DefinitionStages.WithEncryption.withBlobEncryption() instead.@Beta(value=V1_5_0) StorageAccount.Update withBlobEncryption()
@Beta(value=V1_5_0) StorageAccount.Update withFileEncryption()
@Deprecated StorageAccount.Update withoutEncryption()
StorageAccount.DefinitionStages.WithEncryption.withoutBlobEncryption() instead.@Beta(value=V1_5_0) StorageAccount.Update withoutBlobEncryption()
@Beta(value=V1_5_0) StorageAccount.Update withoutFileEncryption()
@Beta(value=V1_5_0) StorageAccount.Update withEncryptionKeyFromKeyVault(String keyVaultUri, String keyName, String keyVersion)
keyVaultUri - the uri to KeyVaultkeyName - the KeyVault key namekeyVersion - the KeyVault key version/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/