Share via


AzureSynapseDataSourceProperties Class

Definition

The properties that are associated with an Azure SQL database data source.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureSynapseDataSourcePropertiesTypeConverter))]
public class AzureSynapseDataSourceProperties : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureSynapseDataSourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureSynapseDataSourcePropertiesTypeConverter))>]
type AzureSynapseDataSourceProperties = class
    interface IAzureSynapseDataSourceProperties
    interface IJsonSerializable
Public Class AzureSynapseDataSourceProperties
Implements IAzureSynapseDataSourceProperties
Inheritance
AzureSynapseDataSourceProperties
Attributes
Implements

Constructors

AzureSynapseDataSourceProperties()

Creates an new AzureSynapseDataSourceProperties instance.

Properties

Database

The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.

Password

The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.

Server

The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests.

Table

The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests.

User

The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureSynapseDataSourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureSynapseDataSourceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureSynapseDataSourceProperties.

FromJsonString(String)

Creates a new instance of AzureSynapseDataSourceProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureSynapseDataSourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to