Uses of Class
com.azure.resourcemanager.eventhubs.models.Encryption
Packages that use Encryption
Package
Description
Package containing the inner data models for EventHubManagementClient.
Package containing the data models for EventHubManagementClient.
-
Uses of Encryption in com.azure.resourcemanager.eventhubs.fluent.models
Methods in com.azure.resourcemanager.eventhubs.fluent.models that return EncryptionModifier and TypeMethodDescriptionEHNamespaceInner.encryption()Get the encryption property: Properties of BYOK Encryption description.EHNamespaceProperties.encryption()Get the encryption property: Properties of BYOK Encryption description.Methods in com.azure.resourcemanager.eventhubs.fluent.models with parameters of type EncryptionModifier and TypeMethodDescriptionEHNamespaceInner.withEncryption(Encryption encryption) Set the encryption property: Properties of BYOK Encryption description.EHNamespaceProperties.withEncryption(Encryption encryption) Set the encryption property: Properties of BYOK Encryption description. -
Uses of Encryption in com.azure.resourcemanager.eventhubs.models
Methods in com.azure.resourcemanager.eventhubs.models that return EncryptionModifier and TypeMethodDescriptionEncryption.withKeySource(KeySource keySource) Set the keySource property: Enumerates the possible value of keySource for Encryption.Encryption.withKeyVaultProperties(List<KeyVaultProperties> keyVaultProperties) Set the keyVaultProperties property: Properties of KeyVault.Encryption.withRequireInfrastructureEncryption(Boolean requireInfrastructureEncryption) Set the requireInfrastructureEncryption property: Enable Infrastructure Encryption (Double Encryption).