Uses of Class
com.azure.resourcemanager.servicebus.models.Encryption
Packages that use Encryption
Package
Description
Package containing the inner data models for ServiceBusManagementClient.
Package containing the data models for ServiceBusManagementClient.
-
Uses of Encryption in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return EncryptionModifier and TypeMethodDescriptionSBNamespaceInner.encryption()Get the encryption property: Properties of BYOK Encryption description.SBNamespaceProperties.encryption()Get the encryption property: Properties of BYOK Encryption description.SBNamespaceUpdateProperties.encryption()Get the encryption property: Properties of BYOK Encryption description.Methods in com.azure.resourcemanager.servicebus.fluent.models with parameters of type EncryptionModifier and TypeMethodDescriptionSBNamespaceInner.withEncryption(Encryption encryption) Set the encryption property: Properties of BYOK Encryption description.SBNamespaceProperties.withEncryption(Encryption encryption) Set the encryption property: Properties of BYOK Encryption description.SBNamespaceUpdateProperties.withEncryption(Encryption encryption) Set the encryption property: Properties of BYOK Encryption description. -
Uses of Encryption in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return EncryptionModifier and TypeMethodDescriptionSBNamespaceUpdateParameters.encryption()Get the encryption property: Properties of BYOK Encryption description.static EncryptionEncryption.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Encryption from the JsonReader.Encryption.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).Methods in com.azure.resourcemanager.servicebus.models with parameters of type EncryptionModifier and TypeMethodDescriptionSBNamespaceUpdateParameters.withEncryption(Encryption encryption) Set the encryption property: Properties of BYOK Encryption description.