Uses of Class
com.azure.search.documents.indexes.models.SearchResourceEncryptionKey
Packages that use SearchResourceEncryptionKey
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of SearchResourceEncryptionKey in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SearchResourceEncryptionKeyModifier and TypeMethodDescriptionSearchIndex.getEncryptionKey()
Get the encryptionKey property: A description of an encryption key that you create in Azure Key Vault.SearchIndexer.getEncryptionKey()
Get the encryptionKey property: A description of an encryption key that you create in Azure Key Vault.SearchIndexerDataSourceConnection.getEncryptionKey()
Get the encryptionKey property: A description of an encryption key that you create in Azure Key Vault.SearchIndexerSkillset.getEncryptionKey()
Get the encryptionKey property: A description of an encryption key that you create in Azure Key Vault.SynonymMap.getEncryptionKey()
Get the encryptionKey property: A description of an encryption key that you create in Azure Key Vault.SearchResourceEncryptionKey.setApplicationId
(String applicationId) Set the applicationId property: An AAD Application ID that was granted the required access permissions to the Azure Key Vault that is to be used when encrypting your data at rest.SearchResourceEncryptionKey.setApplicationSecret
(String applicationSecret) Set the applicationSecret property: The authentication key of the specified AAD application.SearchResourceEncryptionKey.setIdentity
(SearchIndexerDataIdentity identity) Set the identity property: An explicit managed identity to use for this encryption key.Methods in com.azure.search.documents.indexes.models with parameters of type SearchResourceEncryptionKeyModifier and TypeMethodDescriptionSearchIndex.setEncryptionKey
(SearchResourceEncryptionKey encryptionKey) Set the encryptionKey property: A description of an encryption key that you create in Azure Key Vault.SearchIndexer.setEncryptionKey
(SearchResourceEncryptionKey encryptionKey) Set the encryptionKey property: A description of an encryption key that you create in Azure Key Vault.SearchIndexerDataSourceConnection.setEncryptionKey
(SearchResourceEncryptionKey encryptionKey) Set the encryptionKey property: A description of an encryption key that you create in Azure Key Vault.SearchIndexerSkillset.setEncryptionKey
(SearchResourceEncryptionKey encryptionKey) Set the encryptionKey property: A description of an encryption key that you create in Azure Key Vault.SynonymMap.setEncryptionKey
(SearchResourceEncryptionKey encryptionKey) Set the encryptionKey property: A description of an encryption key that you create in Azure Key Vault.