Share via


DataConnectionValidationContent.Properties Property

Definition

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.

public Azure.ResourceManager.Kusto.KustoDataConnectionData Properties { get; set; }
member this.Properties : Azure.ResourceManager.Kusto.KustoDataConnectionData with get, set
Public Property Properties As KustoDataConnectionData

Property Value

Applies to