SAPInstall Without OSConfig Software Configuration Args
data class SAPInstallWithoutOSConfigSoftwareConfigurationArgs(val bomUrl: Output<String>, val highAvailabilitySoftwareConfiguration: Output<HighAvailabilitySoftwareConfigurationArgs>? = null, val sapBitsStorageAccountId: Output<String>, val softwareInstallationType: Output<String>, val softwareVersion: Output<String>) : ConvertibleToJava<SAPInstallWithoutOSConfigSoftwareConfigurationArgs>
The SAP Software configuration Input when the software is to be installed by service without OS Configurations
Constructors
Link copied to clipboard
constructor(bomUrl: Output<String>, highAvailabilitySoftwareConfiguration: Output<HighAvailabilitySoftwareConfigurationArgs>? = null, sapBitsStorageAccountId: Output<String>, softwareInstallationType: Output<String>, softwareVersion: Output<String>)
Properties
Link copied to clipboard
val highAvailabilitySoftwareConfiguration: Output<HighAvailabilitySoftwareConfigurationArgs>? = null
Gets or sets the HA software configuration.
Link copied to clipboard
The SAP bits storage account id.
Link copied to clipboard
The SAP software installation Type. Expected value is 'SAPInstallWithoutOSConfig'.
Link copied to clipboard
The software version to install.