MsSqlServerProviderInstanceProperties interface

Gets or sets the SQL server provider properties.

Extends

Properties

dbPassword

Gets or sets the database password.

dbPasswordUri

Gets or sets the key vault URI to secret with the database password.

dbPort

Gets or sets the database sql port.

dbUsername

Gets or sets the database user name.

hostname

Gets or sets the SQL server host name.

providerType

Polymorphic discriminator, which specifies the different types this object can be

sapSid

Gets or sets the SAP System Identifier

sslCertificateUri

Gets or sets the blob URI to SSL certificate for the SQL Database.

sslPreference

Gets or sets certificate preference if secure communication is enabled.

Property Details

dbPassword

Gets or sets the database password.

dbPassword?: string

Property Value

string

dbPasswordUri

Gets or sets the key vault URI to secret with the database password.

dbPasswordUri?: string

Property Value

string

dbPort

Gets or sets the database sql port.

dbPort?: string

Property Value

string

dbUsername

Gets or sets the database user name.

dbUsername?: string

Property Value

string

hostname

Gets or sets the SQL server host name.

hostname?: string

Property Value

string

providerType

Polymorphic discriminator, which specifies the different types this object can be

providerType: "MsSqlServer"

Property Value

"MsSqlServer"

sapSid

Gets or sets the SAP System Identifier

sapSid?: string

Property Value

string

sslCertificateUri

Gets or sets the blob URI to SSL certificate for the SQL Database.

sslCertificateUri?: string

Property Value

string

sslPreference

Gets or sets certificate preference if secure communication is enabled.

sslPreference?: string

Property Value

string