Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerDataIdentity
Packages that use SearchIndexerDataIdentity
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of SearchIndexerDataIdentity in com.azure.search.documents.indexes.models
Subclasses of SearchIndexerDataIdentity in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal class
Clears the identity property of a datasource.final class
Specifies the identity for a datasource to use.Methods in com.azure.search.documents.indexes.models that return SearchIndexerDataIdentityModifier and TypeMethodDescriptionSearchIndexerDataSourceConnection.getIdentity()
Get the identity property: An explicit managed identity to use for this datasource.SearchResourceEncryptionKey.getIdentity()
Get 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 SearchIndexerDataIdentityModifier and TypeMethodDescriptionSearchIndexerDataSourceConnection.setIdentity
(SearchIndexerDataIdentity identity) Set the identity property: An explicit managed identity to use for this datasource.SearchResourceEncryptionKey.setIdentity
(SearchIndexerDataIdentity identity) Set the identity property: An explicit managed identity to use for this encryption key.