AzureSqlDatabaseOutputDataSource Class

  • java.lang.Object
    • OutputDataSource
      • com.microsoft.azure.management.streamanalytics.AzureSqlDatabaseOutputDataSource

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.

AzureSqlDatabaseOutputDataSource withDatabase(String database)

Set the database value.

AzureSqlDatabaseOutputDataSource withPassword(String password)

Set the password value.

AzureSqlDatabaseOutputDataSource withServer(String server)

Set the server value.

AzureSqlDatabaseOutputDataSource withTable(String table)

Set the table value.

AzureSqlDatabaseOutputDataSource withUser(String user)

Set the user value.

Method Details

database

public String database()

Get the database value.

Returns:

the database value

password

public String password()

Get the password value.

Returns:

the password value

server

public String server()

Get the server value.

Returns:

the server value

table

public String table()

Get the table value.

Returns:

the table value

user

public String user()

Get the user value.

Returns:

the user value

withDatabase

public AzureSqlDatabaseOutputDataSource withDatabase(String database)

Set the database value.

Parameters:

database - the database value to set

Returns:

the AzureSqlDatabaseOutputDataSource object itself.

withPassword

public AzureSqlDatabaseOutputDataSource withPassword(String password)

Set the password value.

Parameters:

password - the password value to set

Returns:

the AzureSqlDatabaseOutputDataSource object itself.

withServer

public AzureSqlDatabaseOutputDataSource withServer(String server)

Set the server value.

Parameters:

server - the server value to set

Returns:

the AzureSqlDatabaseOutputDataSource object itself.

withTable

public AzureSqlDatabaseOutputDataSource withTable(String table)

Set the table value.

Parameters:

table - the table value to set

Returns:

the AzureSqlDatabaseOutputDataSource object itself.

withUser

public AzureSqlDatabaseOutputDataSource withUser(String user)

Set the user value.

Parameters:

user - the user value to set

Returns:

the AzureSqlDatabaseOutputDataSource object itself.

Applies to