| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.fluent.models |
Package containing the inner data models for StorageManagementClient.
|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Encryption |
StorageAccountInner.encryption()
Get the encryption property: Gets the encryption settings on the account.
|
| Modifier and Type | Method and Description |
|---|---|
Encryption |
StorageAccountUpdateParameters.encryption()
Get the encryption property: Provides the encryption settings on the account.
|
Encryption |
StorageAccountCreateParameters.encryption()
Get the encryption property: Not applicable.
|
Encryption |
Encryption.withEncryptionIdentity(EncryptionIdentity encryptionIdentity)
Set the encryptionIdentity property: The identity to be used with service-side encryption at rest.
|
Encryption |
Encryption.withKeySource(KeySource keySource)
Set the keySource property: The encryption keySource (provider).
|
Encryption |
Encryption.withKeyVaultProperties(KeyVaultProperties keyVaultProperties)
Set the keyVaultProperties property: Properties provided by key vault.
|
Encryption |
Encryption.withRequireInfrastructureEncryption(Boolean requireInfrastructureEncryption)
Set the requireInfrastructureEncryption property: A boolean indicating whether or not the service applies a
secondary layer of encryption with platform managed keys for data at rest.
|
Encryption |
Encryption.withServices(EncryptionServices services)
Set the services property: List of services which support encryption.
|
| Modifier and Type | Method and Description |
|---|---|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withEncryption(Encryption encryption)
Set the encryption property: Provides the encryption settings on the account.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withEncryption(Encryption encryption)
Set the encryption property: Not applicable.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.