InsightQueryItemPropertiesTableQuery Class

Definition

The insight table query.

public class InsightQueryItemPropertiesTableQuery : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.InsightQueryItemPropertiesTableQuery>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.InsightQueryItemPropertiesTableQuery>
type InsightQueryItemPropertiesTableQuery = class
    interface IJsonModel<InsightQueryItemPropertiesTableQuery>
    interface IPersistableModel<InsightQueryItemPropertiesTableQuery>
Public Class InsightQueryItemPropertiesTableQuery
Implements IJsonModel(Of InsightQueryItemPropertiesTableQuery), IPersistableModel(Of InsightQueryItemPropertiesTableQuery)
Inheritance
InsightQueryItemPropertiesTableQuery
Implements

Properties

ColumnsDefinitions

List of insight column definitions.

QueriesDefinitions

List of insight queries definitions.

Explicit Interface Implementations

IJsonModel<InsightQueryItemPropertiesTableQuery>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<InsightQueryItemPropertiesTableQuery>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InsightQueryItemPropertiesTableQuery>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InsightQueryItemPropertiesTableQuery>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<InsightQueryItemPropertiesTableQuery>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to