IAzureSqlDatabaseOutputDataSourceProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureSqlDatabaseOutputDataSourcePropertiesTypeConverter))]
public interface IAzureSqlDatabaseOutputDataSourceProperties : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureSqlDatabaseDataSourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureSqlDatabaseOutputDataSourcePropertiesTypeConverter))>]
type IAzureSqlDatabaseOutputDataSourceProperties = interface
interface IJsonSerializable
interface IAzureSqlDatabaseDataSourceProperties
Public Interface IAzureSqlDatabaseOutputDataSourceProperties
Implements IAzureSqlDatabaseDataSourceProperties
- Derived
- Attributes
- Implements
Properties
AuthenticationMode |
Authentication Mode. (Inherited from IAzureSqlDatabaseDataSourceProperties) |
Database |
The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. (Inherited from IAzureSqlDatabaseDataSourceProperties) |
MaxBatchCount |
Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT requests. (Inherited from IAzureSqlDatabaseDataSourceProperties) |
MaxWriterCount |
Max Write r count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests. (Inherited from IAzureSqlDatabaseDataSourceProperties) |
Password |
The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. (Inherited from IAzureSqlDatabaseDataSourceProperties) |
Server |
The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. (Inherited from IAzureSqlDatabaseDataSourceProperties) |
Table |
The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. (Inherited from IAzureSqlDatabaseDataSourceProperties) |
User |
The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. (Inherited from IAzureSqlDatabaseDataSourceProperties) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |