Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureSqlDatabaseDataSourceProperties

Package version

The properties that are associated with an Azure SQL database data source.

Hierarchy

  • AzureSqlDatabaseDataSourceProperties

Index

Properties

Optional database

database: undefined | string

The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.

Optional password

password: undefined | string

The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.

Optional server

server: undefined | string

The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests.

Optional table

table: undefined | string

The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests.

Optional user

user: undefined | string

The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.

Generated using TypeDoc