Share via


ArmOperationalInsightsModelFactory.OperationalInsightsSearchSchemaValue Method

Definition

Initializes a new instance of OperationalInsightsSearchSchemaValue.

public static Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsSearchSchemaValue OperationalInsightsSearchSchemaValue (string name = default, string displayName = default, string searchSchemaValueType = default, bool indexed = false, bool stored = false, bool facet = false, System.Collections.Generic.IEnumerable<string> ownerType = default);
static member OperationalInsightsSearchSchemaValue : string * string * string * bool * bool * bool * seq<string> -> Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsSearchSchemaValue
Public Shared Function OperationalInsightsSearchSchemaValue (Optional name As String = Nothing, Optional displayName As String = Nothing, Optional searchSchemaValueType As String = Nothing, Optional indexed As Boolean = false, Optional stored As Boolean = false, Optional facet As Boolean = false, Optional ownerType As IEnumerable(Of String) = Nothing) As OperationalInsightsSearchSchemaValue

Parameters

name
String

The name of the schema.

displayName
String

The display name of the schema.

searchSchemaValueType
String

The type.

indexed
Boolean

The boolean that indicates the field is searchable as free text.

stored
Boolean

The boolean that indicates whether or not the field is stored.

facet
Boolean

The boolean that indicates whether or not the field is a facet.

ownerType
IEnumerable<String>

The array of workflows containing the field.

Returns

A new OperationalInsightsSearchSchemaValue instance for mocking.

Applies to