public static interface StorageAccount.DefinitionStages.WithEncryption
| Modifier and Type | Method and Description |
|---|---|
StorageAccount.DefinitionStages.WithCreate |
withBlobEncryption()
Specifies that encryption needs be enabled for blob service.
|
StorageAccount.DefinitionStages.WithCreate |
withEncryptionKeyFromKeyVault(String keyVaultUri,
String keyName,
String keyVersion)
Specifies the KeyVault key to be used as encryption key.
|
StorageAccount.DefinitionStages.WithCreate |
withFileEncryption()
Specifies that encryption needs be enabled for file service.
|
StorageAccount.DefinitionStages.WithCreate |
withoutBlobEncryption()
Disables encryption for blob service.
|
StorageAccount.DefinitionStages.WithCreate |
withoutFileEncryption()
Disables encryption for file service.
|
StorageAccount.DefinitionStages.WithCreate withBlobEncryption()
StorageAccount.DefinitionStages.WithCreate withoutBlobEncryption()
StorageAccount.DefinitionStages.WithCreate withFileEncryption()
StorageAccount.DefinitionStages.WithCreate withoutFileEncryption()
StorageAccount.DefinitionStages.WithCreate 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.