你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureSqlDatabaseOutputDataSource Class
- java.
lang. Object - OutputDataSource
- com.
microsoft. azure. management. streamanalytics. AzureSqlDatabaseOutputDataSource
- com.
public class AzureSqlDatabaseOutputDataSource extends OutputDataSource
Describes an Azure SQL database output data source.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
database()
Get the database value. |
String |
password()
Get the password value. |
String |
server()
Get the server value. |
String |
table()
Get the table value. |
String |
user()
Get the user value. |
Azure |
withDatabase(String database)
Set the database value. |
Azure |
withPassword(String password)
Set the password value. |
Azure |
withServer(String server)
Set the server value. |
Azure |
withTable(String table)
Set the table value. |
Azure |
withUser(String user)
Set the user value. |
Method Details
database
public String database()
Get the database value.
Returns:
password
public String password()
Get the password value.
Returns:
server
public String server()
Get the server value.
Returns:
table
public String table()
Get the table value.
Returns:
user
public String user()
Get the user value.
Returns:
withDatabase
public AzureSqlDatabaseOutputDataSource withDatabase(String database)
Set the database value.
Parameters:
Returns:
withPassword
public AzureSqlDatabaseOutputDataSource withPassword(String password)
Set the password value.
Parameters:
Returns:
withServer
public AzureSqlDatabaseOutputDataSource withServer(String server)
Set the server value.
Parameters:
Returns:
withTable
public AzureSqlDatabaseOutputDataSource withTable(String table)
Set the table value.
Parameters:
Returns:
withUser
public AzureSqlDatabaseOutputDataSource withUser(String user)
Set the user value.
Parameters:
Returns: