次の方法で共有


SearchSchemaValue コンストラクター

定義

オーバーロード

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

型。

ownerType
IList<String>

フィールドを含むワークフローの配列。

適用対象