Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureSqlDatabaseOutputDataSource

Package version

Describes an Azure SQL database output data source.

Hierarchy

  • AzureSqlDatabaseOutputDataSource

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.

type

type: "Microsoft.Sql/Server/Database"

Polymorphic Discriminator

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