OperationalInsightsSchema Class

Definition

Table's schema.

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

Constructors

OperationalInsightsSchema()

Initializes a new instance of OperationalInsightsSchema.

Properties

Categories

Table category.

Columns

A list of table custom columns.

Description

Table description.

DisplayName

Table display name.

Labels

Table labels.

Name

Table name.

Solutions

List of solutions the table is affiliated with.

Source

Table's creator.

StandardColumns

A list of table standard columns.

TableSubType

The subtype describes what APIs can be used to interact with the table, and what features are available against it.

TableType

Table's creator.

Explicit Interface Implementations

IJsonModel<OperationalInsightsSchema>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OperationalInsightsSchema>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OperationalInsightsSchema>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OperationalInsightsSchema>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OperationalInsightsSchema>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to