SqlConnectivityUpdateSettings interface
Set the access level and network port settings for SQL Server.
Properties
connectivity |
SQL Server connectivity option. |
port | SQL Server port. |
sql |
SQL Server sysadmin login password. |
sql |
SQL Server sysadmin login to create. |
Property Details
connectivityType
SQL Server connectivity option.
connectivityType?: string
Property Value
string
port
SQL Server port.
port?: number
Property Value
number
sqlAuthUpdatePassword
SQL Server sysadmin login password.
sqlAuthUpdatePassword?: string
Property Value
string
sqlAuthUpdateUserName
SQL Server sysadmin login to create.
sqlAuthUpdateUserName?: string
Property Value
string
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for JavaScript