SynapseDataConnectionValidation.Properties Property

Definition

The data connection properties to validate. Please note SynapseDataConnectionData 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 SynapseEventGridDataConnection, SynapseEventHubDataConnection and SynapseIotHubDataConnection.

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

Property Value

Applies to