你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SearchIndexerClient.CreateOrUpdateDataSourceConnection 方法

定义

创建新的数据源或更新现有数据源连接。

public virtual Azure.Response<Azure.Search.Documents.Indexes.Models.SearchIndexerDataSourceConnection> CreateOrUpdateDataSourceConnection (Azure.Search.Documents.Indexes.Models.SearchIndexerDataSourceConnection dataSourceConnection, bool onlyIfUnchanged = false, bool? ignoreCacheResetRequirements = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateDataSourceConnection : Azure.Search.Documents.Indexes.Models.SearchIndexerDataSourceConnection * bool * Nullable<bool> * System.Threading.CancellationToken -> Azure.Response<Azure.Search.Documents.Indexes.Models.SearchIndexerDataSourceConnection>
override this.CreateOrUpdateDataSourceConnection : Azure.Search.Documents.Indexes.Models.SearchIndexerDataSourceConnection * bool * Nullable<bool> * System.Threading.CancellationToken -> Azure.Response<Azure.Search.Documents.Indexes.Models.SearchIndexerDataSourceConnection>
Public Overridable Function CreateOrUpdateDataSourceConnection (dataSourceConnection As SearchIndexerDataSourceConnection, Optional onlyIfUnchanged As Boolean = false, Optional ignoreCacheResetRequirements As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SearchIndexerDataSourceConnection)

参数

dataSourceConnection
SearchIndexerDataSourceConnection

必需。 要 SearchIndexerDataSourceConnection 创建或更新的 。

onlyIfUnchanged
Boolean

如果 ETag 与当前服务版本不匹配,则为 True,则引发 RequestFailedException ;否则,将覆盖当前服务版本。

ignoreCacheResetRequirements
Nullable<Boolean>

True 如果应忽略缓存重置要求,则为 。

cancellationToken
CancellationToken

可选 CancellationToken ,用于传播应取消操作的通知。

返回

Response<T>包含SearchIndexerDataSourceConnection所创建的 的服务器的 。 这可能与传入的属性略有不同,因为服务可能会返回设置为默认值的属性。

例外

dataSourceConnection 为 null 时引发。

当搜索服务返回失败时引发。

适用于