| Package | Description |
|---|---|
| com.azure.search.documents.indexes.models |
Package containing classes used for resource management operations that are being sent-to and received-from an
Azure Cognitive Search service.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResourceEncryptionKey |
SearchIndex.getEncryptionKey()
Get the encryptionKey property: A description of an encryption key that
you create in Azure Key Vault.
|
SearchResourceEncryptionKey |
SynonymMap.getEncryptionKey()
Get the encryptionKey property: A description of an encryption key that
you create in Azure Key Vault.
|
SearchResourceEncryptionKey |
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 |
SearchResourceEncryptionKey.setApplicationSecret(String applicationSecret)
Set the applicationSecret property: The authentication key of the
specified AAD application.
|
| Modifier and Type | Method and Description |
|---|---|
SearchIndex |
SearchIndex.setEncryptionKey(SearchResourceEncryptionKey encryptionKey)
Set the encryptionKey property: A description of an encryption key that
you create in Azure Key Vault.
|
SynonymMap |
SynonymMap.setEncryptionKey(SearchResourceEncryptionKey encryptionKey)
Set the encryptionKey property: A description of an encryption key that
you create in Azure Key Vault.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.