LogAnalyticsQuerySearchProperties Class

Definition

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>
public class LogAnalyticsQuerySearchProperties
type LogAnalyticsQuerySearchProperties = class
    interface IJsonModel<LogAnalyticsQuerySearchProperties>
    interface IPersistableModel<LogAnalyticsQuerySearchProperties>
type LogAnalyticsQuerySearchProperties = class
Public Class LogAnalyticsQuerySearchProperties
Implements IJsonModel(Of LogAnalyticsQuerySearchProperties), IPersistableModel(Of LogAnalyticsQuerySearchProperties)
Public Class 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.

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.

Applies to