Freigeben über


DataflowEndpointDataExplorer Class

Definition

Azure Data Explorer endpoint properties.

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

Constructors

DataflowEndpointDataExplorer(DataflowEndpointDataExplorerAuthentication, String, String)

Initializes a new instance of DataflowEndpointDataExplorer.

Properties

Authentication

Authentication configuration. NOTE - only authentication property is allowed per entry.

Batching

Azure Data Explorer endpoint batching configuration.

Database

Database name.

Host

Host of the Azure Data Explorer in the form of <cluster>.<region>.kusto.windows.net .

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataflowEndpointDataExplorer>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataflowEndpointDataExplorer>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataflowEndpointDataExplorer>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataflowEndpointDataExplorer>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataflowEndpointDataExplorer>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to