AzureSynapseOutputDataSource Class

Definition

Describes an Azure Synapse output data source.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Microsoft.Sql/Server/DataWarehouse")]
public class AzureSynapseOutputDataSource : Microsoft.Azure.Management.StreamAnalytics.Models.OutputDataSource
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Microsoft.Sql/Server/DataWarehouse")>]
type AzureSynapseOutputDataSource = class
    inherit OutputDataSource
Public Class AzureSynapseOutputDataSource
Inherits OutputDataSource
Inheritance
AzureSynapseOutputDataSource
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

AzureSynapseOutputDataSource()

Initializes a new instance of the AzureSynapseOutputDataSource class.

AzureSynapseOutputDataSource(String, String, String, String, String)

Initializes a new instance of the AzureSynapseOutputDataSource class.

Properties

Database

Gets or sets the name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.

Password

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

Server

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

Table

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

User

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

Applies to