AzureSqlDatabaseOutputDataSource interface     
Describes an Azure SQL database output data source.
- Extends
Properties
| authentication | Authentication Mode. | 
| database | The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. | 
| max | Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT requests. | 
| max | Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT 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. | 
| type | Polymorphic discriminator, which specifies the different types this object can be | 
| user | The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. | 
Property Details
		authenticationMode
	 
	Authentication Mode.
authenticationMode?: stringProperty Value
string
database
The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.
database?: stringProperty Value
string
		maxBatchCount
	  
	Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT requests.
maxBatchCount?: numberProperty Value
number
		maxWriterCount
	  
	Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests.
maxWriterCount?: numberProperty Value
number
password
The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.
password?: stringProperty Value
string
server
The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests.
server?: stringProperty Value
string
table
The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests.
table?: stringProperty Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Microsoft.Sql/Server/Database"Property Value
"Microsoft.Sql/Server/Database"
user
The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.
user?: stringProperty Value
string