แชร์ผ่าน


AzureSqlDatabaseDataSourceProperties Class

  • java.lang.Object
    • com.microsoft.azure.management.streamanalytics.AzureSqlDatabaseDataSourceProperties

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.

AzureSqlDatabaseDataSourceProperties withDatabase(String database)

Set the database value.

AzureSqlDatabaseDataSourceProperties withPassword(String password)

Set the password value.

AzureSqlDatabaseDataSourceProperties withServer(String server)

Set the server value.

AzureSqlDatabaseDataSourceProperties withTable(String table)

Set the table value.

AzureSqlDatabaseDataSourceProperties 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 AzureSqlDatabaseDataSourceProperties withDatabase(String database)

Set the database value.

Parameters:

database - the database value to set

Returns:

the AzureSqlDatabaseDataSourceProperties object itself.

withPassword

public AzureSqlDatabaseDataSourceProperties withPassword(String password)

Set the password value.

Parameters:

password - the password value to set

Returns:

the AzureSqlDatabaseDataSourceProperties object itself.

withServer

public AzureSqlDatabaseDataSourceProperties withServer(String server)

Set the server value.

Parameters:

server - the server value to set

Returns:

the AzureSqlDatabaseDataSourceProperties object itself.

withTable

public AzureSqlDatabaseDataSourceProperties withTable(String table)

Set the table value.

Parameters:

table - the table value to set

Returns:

the AzureSqlDatabaseDataSourceProperties object itself.

withUser

public AzureSqlDatabaseDataSourceProperties withUser(String user)

Set the user value.

Parameters:

user - the user value to set

Returns:

the AzureSqlDatabaseDataSourceProperties object itself.

Applies to