Condividi tramite


DataConnectionValidationContent Class

Definition

Class representing an data connection validation.

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

Constructors

DataConnectionValidationContent()

Initializes a new instance of DataConnectionValidationContent.

Properties

DataConnectionName

The name of the data connection.

Properties

The data connection properties to validate. Please note KustoDataConnectionData is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include KustoCosmosDBDataConnection, KustoEventGridDataConnection, KustoEventHubDataConnection and KustoIotHubDataConnection.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataConnectionValidationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataConnectionValidationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataConnectionValidationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataConnectionValidationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataConnectionValidationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to