Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerDataIdentity
Packages that use SearchIndexerDataIdentity
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SearchIndexerDataIdentity in com.azure.search.documents.indexes.models
Subclasses of SearchIndexerDataIdentity in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classClears the identity property of a datasource.final classSpecifies the identity for a datasource to use.Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type SearchIndexerDataIdentityModifier and TypeClassDescriptionclassAbstract base type for data identities.Methods in com.azure.search.documents.indexes.models that return SearchIndexerDataIdentityModifier and TypeMethodDescriptionstatic SearchIndexerDataIdentitySearchIndexerDataIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SearchIndexerDataIdentity from the JsonReader.AzureOpenAIEmbeddingSkill.getAuthIdentity()Get the authIdentity property: The user-assigned managed identity used for outbound connections.AzureOpenAIVectorizerParameters.getAuthIdentity()Get the authIdentity property: The user-assigned managed identity used for outbound connections.WebApiSkill.getAuthIdentity()Get the authIdentity property: The user-assigned managed identity used for outbound connections.WebApiVectorizerParameters.getAuthIdentity()Get the authIdentity property: The user-assigned managed identity used for outbound connections.Methods in com.azure.search.documents.indexes.models with parameters of type SearchIndexerDataIdentityModifier and TypeMethodDescriptionAzureOpenAIEmbeddingSkill.setAuthIdentity(SearchIndexerDataIdentity authIdentity) Set the authIdentity property: The user-assigned managed identity used for outbound connections.AzureOpenAIVectorizerParameters.setAuthIdentity(SearchIndexerDataIdentity authIdentity) Set the authIdentity property: The user-assigned managed identity used for outbound connections.WebApiSkill.setAuthIdentity(SearchIndexerDataIdentity authIdentity) Set the authIdentity property: The user-assigned managed identity used for outbound connections.WebApiVectorizerParameters.setAuthIdentity(SearchIndexerDataIdentity authIdentity) Set the authIdentity property: The user-assigned managed identity used for outbound connections.