HanaDbProviderInstanceProperties interface

Gets or sets the provider properties.

Extends

Properties

dbName

Gets or sets the hana database name.

dbPassword

Gets or sets the database password.

dbPasswordUri

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

dbUsername

Gets or sets the database user name.

hostname

Gets or sets the target virtual machine size.

instanceNumber

Gets or sets the database instance number.

providerType

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

sapSid

Gets or sets the SAP System Identifier.

sqlPort

Gets or sets the database sql port.

sslCertificateUri

Gets or sets the blob URI to SSL certificate for the DB.

sslHostNameInCertificate

Gets or sets the hostname(s) in the SSL certificate.

sslPreference

Gets or sets certificate preference if secure communication is enabled.

Property Details

dbName

Gets or sets the hana database name.

dbName?: string

Property Value

string

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

dbUsername

Gets or sets the database user name.

dbUsername?: string

Property Value

string

hostname

Gets or sets the target virtual machine size.

hostname?: string

Property Value

string

instanceNumber

Gets or sets the database instance number.

instanceNumber?: string

Property Value

string

providerType

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

providerType: "SapHana"

Property Value

"SapHana"

sapSid

Gets or sets the SAP System Identifier.

sapSid?: string

Property Value

string

sqlPort

Gets or sets the database sql port.

sqlPort?: string

Property Value

string

sslCertificateUri

Gets or sets the blob URI to SSL certificate for the DB.

sslCertificateUri?: string

Property Value

string

sslHostNameInCertificate

Gets or sets the hostname(s) in the SSL certificate.

sslHostNameInCertificate?: string

Property Value

string

sslPreference

Gets or sets certificate preference if secure communication is enabled.

sslPreference?: string

Property Value

string