SearchSchemaValue コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SearchSchemaValue() |
SearchSchemaValue クラスの新しいインスタンスを初期化します。 |
SearchSchemaValue(Boolean, Boolean, Boolean, String, String, String, IList<String>) |
SearchSchemaValue クラスの新しいインスタンスを初期化します。 |
SearchSchemaValue()
SearchSchemaValue クラスの新しいインスタンスを初期化します。
public SearchSchemaValue ();
Public Sub New ()
適用対象
SearchSchemaValue(Boolean, Boolean, Boolean, String, String, String, IList<String>)
SearchSchemaValue クラスの新しいインスタンスを初期化します。
public SearchSchemaValue (bool indexed, bool stored, bool facet, string name = default, string displayName = default, string type = default, System.Collections.Generic.IList<string> ownerType = default);
new Microsoft.Azure.Management.OperationalInsights.Models.SearchSchemaValue : bool * bool * bool * string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.OperationalInsights.Models.SearchSchemaValue
Public Sub New (indexed As Boolean, stored As Boolean, facet As Boolean, Optional name As String = Nothing, Optional displayName As String = Nothing, Optional type As String = Nothing, Optional ownerType As IList(Of String) = Nothing)
パラメーター
- indexed
- Boolean
フィールドがフリー テキストとして検索可能であることを示すブール値。
- stored
- Boolean
フィールドが格納されているかどうかを示すブール値。
- facet
- Boolean
フィールドがファセットであるかどうかを示すブール値。
- name
- String
スキーマの名前です。
- displayName
- String
スキーマの表示名。
- type
- String
型。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET