MiSqlConnectionInfo interface

Properties required to create a connection to Azure SQL database Managed instance

Properties

managedInstanceResourceId

Resource id for Azure SQL database Managed instance

password

Password credential.

type

Polymorphic Discriminator

userName

User name

Property Details

managedInstanceResourceId

Resource id for Azure SQL database Managed instance

managedInstanceResourceId: string

Property Value

string

password

Password credential.

password?: string

Property Value

string

type

Polymorphic Discriminator

type: "MiSqlConnectionInfo"

Property Value

"MiSqlConnectionInfo"

userName

User name

userName?: string

Property Value

string