SapNetWeaverProviderInstanceProperties interface

Gets or sets the provider properties.

Extends

Properties

providerType

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

sapClientId

Gets or sets the SAP Client ID.

sapHostFileEntries

Gets or sets the list of HostFile Entries

sapHostname

Gets or sets the target virtual machine IP Address/FQDN.

sapInstanceNr

Gets or sets the instance number of SAP NetWeaver.

sapPassword

Sets the SAP password.

sapPasswordUri

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

sapPortNumber

Gets or sets the SAP HTTP port number.

sapSid

Gets or sets the SAP System Identifier

sapUsername

Gets or sets the SAP user name.

sslCertificateUri

Gets or sets the blob URI to SSL certificate for the SAP system.

sslPreference

Gets or sets certificate preference if secure communication is enabled.

Property Details

providerType

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

providerType: "SapNetWeaver"

Property Value

"SapNetWeaver"

sapClientId

Gets or sets the SAP Client ID.

sapClientId?: string

Property Value

string

sapHostFileEntries

Gets or sets the list of HostFile Entries

sapHostFileEntries?: string[]

Property Value

string[]

sapHostname

Gets or sets the target virtual machine IP Address/FQDN.

sapHostname?: string

Property Value

string

sapInstanceNr

Gets or sets the instance number of SAP NetWeaver.

sapInstanceNr?: string

Property Value

string

sapPassword

Sets the SAP password.

sapPassword?: string

Property Value

string

sapPasswordUri

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

sapPasswordUri?: string

Property Value

string

sapPortNumber

Gets or sets the SAP HTTP port number.

sapPortNumber?: string

Property Value

string

sapSid

Gets or sets the SAP System Identifier

sapSid?: string

Property Value

string

sapUsername

Gets or sets the SAP user name.

sapUsername?: string

Property Value

string

sslCertificateUri

Gets or sets the blob URI to SSL certificate for the SAP system.

sslCertificateUri?: string

Property Value

string

sslPreference

Gets or sets certificate preference if secure communication is enabled.

sslPreference?: string

Property Value

string