Condividi tramite


SearchModelFactory.AzureBlobKnowledgeSource Method

Definition

public static Azure.Search.Documents.Indexes.Models.KnowledgeSource AzureBlobKnowledgeSource(string name = default, string description = default, string kind = default, string eTag = default, Azure.Search.Documents.Indexes.Models.SearchResourceEncryptionKey encryptionKey = default, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData = default, Azure.Search.Documents.Indexes.Models.AzureBlobKnowledgeSourceParameters azureBlobParameters = default);
static member AzureBlobKnowledgeSource : string * string * string * string * Azure.Search.Documents.Indexes.Models.SearchResourceEncryptionKey * System.Collections.Generic.IDictionary<string, BinaryData> * Azure.Search.Documents.Indexes.Models.AzureBlobKnowledgeSourceParameters -> Azure.Search.Documents.Indexes.Models.KnowledgeSource
Public Shared Function AzureBlobKnowledgeSource (Optional name As String = Nothing, Optional description As String = Nothing, Optional kind As String = Nothing, Optional eTag As String = Nothing, Optional encryptionKey As SearchResourceEncryptionKey = Nothing, Optional serializedAdditionalRawData As IDictionary(Of String, BinaryData) = Nothing, Optional azureBlobParameters As AzureBlobKnowledgeSourceParameters = Nothing) As KnowledgeSource

Parameters

name
String

The name of the knowledge source.

description
String

Optional user-defined description.

kind
String

The type of the knowledge source.

eTag
String

The ETag of the agent.

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 agent definition when you want full assurance that no one, not even Microsoft, can decrypt them. Once you have encrypted your agent 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 agent 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.

serializedAdditionalRawData
IDictionary<String,BinaryData>

Keeps track of any properties unknown to the library.

azureBlobParameters
AzureBlobKnowledgeSourceParameters

The type of the knowledge source.

Returns

Applies to