public static interface StorageAccount.UpdateStages.WithEncryption
| Modifier and Type | Method and Description |
|---|---|
StorageAccount.Update |
withBlobEncryption()
Enables encryption for blob service.
|
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 |
withoutFileEncryption()
Disables encryption for file service.
|
StorageAccount.Update withBlobEncryption()
StorageAccount.Update withFileEncryption()
StorageAccount.Update withoutBlobEncryption()
StorageAccount.Update withoutFileEncryption()
StorageAccount.Update withEncryptionKeyFromKeyVault(String keyVaultUri, String keyName, String keyVersion)
keyVaultUri - the uri to KeyVaultkeyName - the KeyVault key namekeyVersion - the KeyVault key versionCopyright © 2021 Microsoft Corporation. All rights reserved.