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

RefreshIndex 构造函数

定义

重载

RefreshIndex()

初始化 RefreshIndex 类的新实例。

RefreshIndex(String, Nullable<Boolean>, IList<IDictionary<String,String>>, Status, String)

初始化 RefreshIndex 类的新实例。

RefreshIndex()

初始化 RefreshIndex 类的新实例。

public RefreshIndex ();
Public Sub New ()

适用于

RefreshIndex(String, Nullable<Boolean>, IList<IDictionary<String,String>>, Status, String)

初始化 RefreshIndex 类的新实例。

public RefreshIndex (string contentSourceId = default, bool? isUpdateSuccess = default, System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string,string>> advancedInfo = default, Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status status = default, string trackingId = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.RefreshIndex : string * Nullable<bool> * System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string, string>> * Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status * string -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.RefreshIndex
Public Sub New (Optional contentSourceId As String = Nothing, Optional isUpdateSuccess As Nullable(Of Boolean) = Nothing, Optional advancedInfo As IList(Of IDictionary(Of String, String)) = Nothing, Optional status As Status = Nothing, Optional trackingId As String = Nothing)

参数

contentSourceId
String

内容源 ID。

isUpdateSuccess
Nullable<Boolean>

更新成功状态。

advancedInfo
IList<IDictionary<String,String>>

高级信息列表。

status
Status

刷新索引状态。

trackingId
String

跟踪 ID。

适用于