次の方法で共有


CustomEntityAlias(String) コンストラクター

定義

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

public CustomEntityAlias (string text);
new Azure.Search.Documents.Indexes.Models.CustomEntityAlias : string -> Azure.Search.Documents.Indexes.Models.CustomEntityAlias
Public Sub New (text As String)

パラメーター

text
String

エイリアスのテキスト。

例外

text が null です。

適用対象