Uses of Class
com.azure.resourcemanager.storage.models.Encryption
Packages that use Encryption
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of Encryption in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return EncryptionModifier and TypeMethodDescriptionStorageAccountInner.encryption()Get the encryption property: Encryption settings to be used for server-side encryption for the storage account.StorageAccountPropertiesCreateParameters.encryption()Get the encryption property: Encryption settings to be used for server-side encryption for the storage account.StorageAccountPropertiesInner.encryption()Get the encryption property: Encryption settings to be used for server-side encryption for the storage account.StorageAccountPropertiesUpdateParameters.encryption()Get the encryption property: Not applicable.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type EncryptionModifier and TypeMethodDescriptionStorageAccountPropertiesCreateParameters.withEncryption(Encryption encryption) Set the encryption property: Encryption settings to be used for server-side encryption for the storage account.StorageAccountPropertiesUpdateParameters.withEncryption(Encryption encryption) Set the encryption property: Not applicable. -
Uses of Encryption in com.azure.resourcemanager.storage.models
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type EncryptionModifier and TypeClassDescriptionfinal classThe encryption settings on the storage account.Methods in com.azure.resourcemanager.storage.models that return EncryptionModifier and TypeMethodDescriptionStorageAccountCreateParameters.encryption()Get the encryption property: Encryption settings to be used for server-side encryption for the storage account.StorageAccountUpdateParameters.encryption()Get the encryption property: Not applicable.static EncryptionEncryption.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Encryption from the JsonReader.Encryption.withEncryptionIdentity(EncryptionIdentity encryptionIdentity) Set the encryptionIdentity property: The identity to be used with service-side encryption at rest.Encryption.withKeySource(KeySource keySource) Set the keySource property: The encryption keySource (provider).Encryption.withKeyVaultProperties(KeyVaultProperties keyVaultProperties) Set the keyVaultProperties property: Properties provided by key vault.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.withServices(EncryptionServices services) Set the services property: List of services which support encryption.Methods in com.azure.resourcemanager.storage.models with parameters of type EncryptionModifier and TypeMethodDescriptionStorageAccountCreateParameters.withEncryption(Encryption encryption) Set the encryption property: Encryption settings to be used for server-side encryption for the storage account.StorageAccountUpdateParameters.withEncryption(Encryption encryption) Set the encryption property: Not applicable.