SynapseOutputDataSource Class

Definition

Describes an Azure Synapse output data source.

public class SynapseOutputDataSource : Azure.ResourceManager.StreamAnalytics.Models.StreamingJobOutputDataSource
type SynapseOutputDataSource = class
    inherit StreamingJobOutputDataSource
Public Class SynapseOutputDataSource
Inherits StreamingJobOutputDataSource
Inheritance
SynapseOutputDataSource

Constructors

SynapseOutputDataSource()

Initializes a new instance of SynapseOutputDataSource.

Properties

AuthenticationMode

Authentication Mode.

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.

Applies to