SearchModelFactory.IndexedSharePointKnowledgeSource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configuration for SharePoint knowledge source.
public static Azure.Search.Documents.Indexes.Models.IndexedSharePointKnowledgeSource IndexedSharePointKnowledgeSource(string name = default, string description = default, Azure.ETag? eTag = default, Azure.Search.Documents.Indexes.Models.SearchResourceEncryptionKey encryptionKey = default, Azure.Search.Documents.Indexes.Models.IndexedSharePointKnowledgeSourceParameters indexedSharePointParameters = default);
static member IndexedSharePointKnowledgeSource : string * string * Nullable<Azure.ETag> * Azure.Search.Documents.Indexes.Models.SearchResourceEncryptionKey * Azure.Search.Documents.Indexes.Models.IndexedSharePointKnowledgeSourceParameters -> Azure.Search.Documents.Indexes.Models.IndexedSharePointKnowledgeSource
Public Shared Function IndexedSharePointKnowledgeSource (Optional name As String = Nothing, Optional description As String = Nothing, Optional eTag As Nullable(Of ETag) = Nothing, Optional encryptionKey As SearchResourceEncryptionKey = Nothing, Optional indexedSharePointParameters As IndexedSharePointKnowledgeSourceParameters = Nothing) As IndexedSharePointKnowledgeSource
Parameters
- name
- String
The name of the knowledge source.
- description
- String
Optional user-defined description.
- encryptionKey
- SearchResourceEncryptionKey
A description of an encryption key that you create in Azure Key Vault. This key is used to provide an additional level of encryption-at-rest for your knowledge source definition when you want full assurance that no one, not even Microsoft, can decrypt them. Once you have encrypted your knowledge source definition, it will always remain encrypted. The search service will ignore attempts to set this property to null. You can change this property as needed if you want to rotate your encryption key; Your knowledge source definition will be unaffected. Encryption with customer-managed keys is not available for free search services, and is only available for paid services created on or after January 1, 2019.
- indexedSharePointParameters
- IndexedSharePointKnowledgeSourceParameters
The parameters for the knowledge source.
Returns
A new IndexedSharePointKnowledgeSource instance for mocking.