LogAnalyticsQuerySearchProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties that define an Log Analytics QueryPack-Query search properties.
public class LogAnalyticsQuerySearchProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OperationalInsights.Models.LogAnalyticsQuerySearchProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OperationalInsights.Models.LogAnalyticsQuerySearchProperties>
type LogAnalyticsQuerySearchProperties = class
interface IJsonModel<LogAnalyticsQuerySearchProperties>
interface IPersistableModel<LogAnalyticsQuerySearchProperties>
Public Class LogAnalyticsQuerySearchProperties
Implements IJsonModel(Of LogAnalyticsQuerySearchProperties), IPersistableModel(Of LogAnalyticsQuerySearchProperties)
- Inheritance
-
LogAnalyticsQuerySearchProperties
- Implements
Constructors
LogAnalyticsQuerySearchProperties() |
Initializes a new instance of LogAnalyticsQuerySearchProperties. |
Properties
Related |
The related metadata items for the function. |
Tags |
Tags associated with the query. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<LogAnalyticsQuerySearchProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<LogAnalyticsQuerySearchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<LogAnalyticsQuerySearchProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<LogAnalyticsQuerySearchProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<LogAnalyticsQuerySearchProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |