AzureSqlDatabaseOutputDataSource Class
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.
Describes an Azure SQL database output data source.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Microsoft.Sql/Server/Database")]
public class AzureSqlDatabaseOutputDataSource : Microsoft.Azure.Management.StreamAnalytics.Models.OutputDataSource
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Microsoft.Sql/Server/Database")>]
type AzureSqlDatabaseOutputDataSource = class
inherit OutputDataSource
Public Class AzureSqlDatabaseOutputDataSource
Inherits OutputDataSource
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
AzureSqlDatabaseOutputDataSource() |
Initializes a new instance of the AzureSqlDatabaseOutputDataSource class. |
AzureSqlDatabaseOutputDataSource(String, String, String, String, String) |
Initializes a new instance of the AzureSqlDatabaseOutputDataSource 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. |