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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript