Condividi tramite


KustoLanguageExtensionList Class

Definition

The list of language extension objects.

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

Constructors

KustoLanguageExtensionList()

Initializes a new instance of KustoLanguageExtensionList.

Properties

Value

The list of language extensions.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<KustoLanguageExtensionList>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KustoLanguageExtensionList>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KustoLanguageExtensionList>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KustoLanguageExtensionList>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KustoLanguageExtensionList>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to