RefreshIndex コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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。
- advancedInfo
- IList<IDictionary<String,String>>
高度な情報の一覧。
- status
- Status
インデックスの状態を更新します。
- trackingId
- String
追跡 ID。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET