AzureSqlDatabaseDataSourceProperties Class
- java.
lang. Object - com.
microsoft. azure. management. streamanalytics. AzureSqlDatabaseDataSourceProperties
- com.
public class AzureSqlDatabaseDataSourceProperties
The properties that are associated with an Azure SQL database 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 AzureSqlDatabaseDataSourceProperties withDatabase(String database)
Set the database value.
Parameters:
Returns:
withPassword
public AzureSqlDatabaseDataSourceProperties withPassword(String password)
Set the password value.
Parameters:
Returns:
withServer
public AzureSqlDatabaseDataSourceProperties withServer(String server)
Set the server value.
Parameters:
Returns:
withTable
public AzureSqlDatabaseDataSourceProperties withTable(String table)
Set the table value.
Parameters:
Returns:
withUser
public AzureSqlDatabaseDataSourceProperties withUser(String user)
Set the user value.
Parameters:
Returns:
Applies to
Azure SDK for Java