Uses of Class
com.azure.resourcemanager.loganalytics.models.SearchSchemaValue
Packages that use SearchSchemaValue
Package
Description
Package containing the inner data models for OperationalInsightsManagementClient.
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of SearchSchemaValue in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return types with arguments of type SearchSchemaValueModifier and TypeMethodDescriptionSearchGetSchemaResponseInner.value()Get the value property: The array of result values.Method parameters in com.azure.resourcemanager.loganalytics.fluent.models with type arguments of type SearchSchemaValueModifier and TypeMethodDescriptionSearchGetSchemaResponseInner.withValue(List<SearchSchemaValue> value) Set the value property: The array of result values. -
Uses of SearchSchemaValue in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return SearchSchemaValueModifier and TypeMethodDescriptionSearchSchemaValue.withDisplayName(String displayName) Set the displayName property: The display name of the schema.SearchSchemaValue.withFacet(boolean facet) Set the facet property: The boolean that indicates whether or not the field is a facet.SearchSchemaValue.withIndexed(boolean indexed) Set the indexed property: The boolean that indicates the field is searchable as free text.Set the name property: The name of the schema.SearchSchemaValue.withOwnerType(List<String> ownerType) Set the ownerType property: The array of workflows containing the field.SearchSchemaValue.withStored(boolean stored) Set the stored property: The boolean that indicates whether or not the field is stored.Set the type property: The type.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type SearchSchemaValueModifier and TypeMethodDescriptionSearchGetSchemaResponse.value()Gets the value property: The array of result values.