SAPInstallWithoutOSConfigSoftwareConfiguration interface
The SAP Software configuration Input when the software is to be installed by service without OS Configurations
- Extends
Properties
bom |
The URL to the SAP Build of Materials(BOM) file. |
high |
Gets or sets the HA software configuration. |
sap |
The SAP bits storage account id. |
software |
Polymorphic discriminator, which specifies the different types this object can be |
software |
The software version to install. |
Property Details
bomUrl
The URL to the SAP Build of Materials(BOM) file.
bomUrl: string
Property Value
string
highAvailabilitySoftwareConfiguration
Gets or sets the HA software configuration.
highAvailabilitySoftwareConfiguration?: HighAvailabilitySoftwareConfiguration
Property Value
sapBitsStorageAccountId
The SAP bits storage account id.
sapBitsStorageAccountId: string
Property Value
string
softwareInstallationType
Polymorphic discriminator, which specifies the different types this object can be
softwareInstallationType: "SAPInstallWithoutOSConfig"
Property Value
"SAPInstallWithoutOSConfig"
softwareVersion
The software version to install.
softwareVersion: string
Property Value
string