次の方法で共有


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。

適用対象