SapNetWeaverProviderInstanceProperties interface
Gets or sets the provider properties.
- Extends
Properties
provider |
Polymorphic discriminator, which specifies the different types this object can be |
sap |
Gets or sets the SAP Client ID. |
sap |
Gets or sets the list of HostFile Entries |
sap |
Gets or sets the target virtual machine IP Address/FQDN. |
sap |
Gets or sets the instance number of SAP NetWeaver. |
sap |
Sets the SAP password. |
sap |
Gets or sets the key vault URI to secret with the SAP password. |
sap |
Gets or sets the SAP HTTP port number. |
sap |
Gets or sets the SAP System Identifier |
sap |
Gets or sets the SAP user name. |
ssl |
Gets or sets the blob URI to SSL certificate for the SAP system. |
ssl |
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