Package version:

The SAP Software configuration Input when the software is to be installed by service.

interface ServiceInitiatedSoftwareConfiguration {
    bomUrl: string;
    highAvailabilitySoftwareConfiguration?: HighAvailabilitySoftwareConfiguration;
    sapBitsStorageAccountId: string;
    sapFqdn: string;
    softwareInstallationType: "ServiceInitiated";
    softwareVersion: string;
    sshPrivateKey: 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.

sapFqdn: string

The FQDN to set for the SAP system during install.

softwareInstallationType

The SAP software installation Type, service initiated in this case.

softwareVersion: string

The software version to install.

sshPrivateKey: string

The SSH private key.