次の方法で共有


SearchModelFactory.SearchIndexerWarning メソッド

定義

SearchIndexerWarning の新しいインスタンスを初期化します。

public static Azure.Search.Documents.Indexes.Models.SearchIndexerWarning SearchIndexerWarning (string key, string message, string name, string details, string documentationLink);
static member SearchIndexerWarning : string * string * string * string * string -> Azure.Search.Documents.Indexes.Models.SearchIndexerWarning
Public Shared Function SearchIndexerWarning (key As String, message As String, name As String, details As String, documentationLink As String) As SearchIndexerWarning

パラメーター

key
String

警告を生成した項目のキー。

message
String

アイテムの処理中に発生した警告を説明するメッセージ。

name
String

警告が発生したソースの名前。 たとえば、これは、アタッチされたスキルセット内の特定のスキルを参照できます。 これは常に使用できるわけではありません。

details
String

インデクサーのデバッグに役立つ警告に関する詳細な詳細情報。 これは常に使用できるわけではありません。

documentationLink
String

これらの警告クラスのトラブルシューティング ガイドへのリンク。 これは常に使用できるわけではありません。

戻り値

モック作成用の新しい SearchIndexerWarning インスタンス。

適用対象