Package version:

The SAP Software configuration Input when the software is to be installed by service without OS Configurations

interface SAPInstallWithoutOSConfigSoftwareConfiguration {
    bomUrl: string;
    highAvailabilitySoftwareConfiguration?: HighAvailabilitySoftwareConfiguration;
    sapBitsStorageAccountId: string;
    softwareInstallationType: "SAPInstallWithoutOSConfig";
    softwareVersion: string;
}

Hierarchy (view full)

Properties

bomUrl: string

The URL to the SAP Build of Materials(BOM) file.

highAvailabilitySoftwareConfiguration?: HighAvailabilitySoftwareConfiguration

Gets or sets the HA software configuration.

sapBitsStorageAccountId: string

The SAP bits storage account id.

softwareInstallationType

The SAP software installation Type.

softwareVersion: string

The software version to install.