Uses of Class
com.azure.search.documents.indexes.models.WebKnowledgeSource
Packages that use WebKnowledgeSource
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of WebKnowledgeSource in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return WebKnowledgeSourceModifier and TypeMethodDescriptionstatic WebKnowledgeSourceWebKnowledgeSource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WebKnowledgeSource from the JsonReader.WebKnowledgeSource.setDescription(String description) Set the description property: Optional user-defined description.WebKnowledgeSource.setEncryptionKey(SearchResourceEncryptionKey encryptionKey) Set the encryptionKey property: A description of an encryption key that you create in Azure Key Vault.Set the eTag property: The ETag of the knowledge base.WebKnowledgeSource.setWebParameters(WebKnowledgeSourceParameters webParameters) Set the webParameters property: The parameters for the web knowledge source.