DataConnectionValidationContent Class

Definition

Class representing an data connection validation.

public class DataConnectionValidationContent
type DataConnectionValidationContent = class
Public Class DataConnectionValidationContent
Inheritance
DataConnectionValidationContent

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.

Applies to