Uses of Class
com.azure.search.documents.indexes.models.SearchResourceEncryptionKey
Packages that use SearchResourceEncryptionKey
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SearchResourceEncryptionKey in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SearchResourceEncryptionKeyModifier and TypeMethodDescriptionstatic SearchResourceEncryptionKeySearchResourceEncryptionKey.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SearchResourceEncryptionKey from the JsonReader.SearchIndex.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.SearchResourceEncryptionKey.setKeyVersion(String keyVersion) Set the keyVersion property: The version of your Azure Key Vault key to be used to encrypt your data at rest.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.