Package | Description |
---|---|
com.microsoft.azure.management.storage |
This package contains the classes for StorageManagementClient.
|
Modifier and Type | Method and Description |
---|---|
Encryption |
StorageAccount.encryption()
Deprecated.
|
Encryption |
StorageAccountUpdateParameters.encryption()
Get provides the encryption settings on the account.
|
Encryption |
StorageAccountCreateParameters.encryption()
Get provides the encryption settings on the account.
|
Encryption |
Encryption.withKeySource(KeySource keySource)
Set the encryption keySource (provider).
|
Encryption |
Encryption.withKeyVaultProperties(KeyVaultProperties keyVaultProperties)
Set properties provided by key vault.
|
Encryption |
Encryption.withServices(EncryptionServices services)
Set list of services which support encryption.
|
Modifier and Type | Method and Description |
---|---|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withEncryption(Encryption encryption)
Set provides the encryption settings on the account.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withEncryption(Encryption encryption)
Set provides the encryption settings on the account.
|
Copyright © 2019. All rights reserved.