Share via


DataColumnDefinition Class

Definition

Definition of custom data column.

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

Constructors

DataColumnDefinition()

Initializes a new instance of DataColumnDefinition.

Properties

DefinitionType

The type of the column data.

Name

The name of the column.

Explicit Interface Implementations

IJsonModel<DataColumnDefinition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataColumnDefinition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataColumnDefinition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataColumnDefinition>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataColumnDefinition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to