Package version:

The SAP request to get list of supported SKUs.

interface SAPSupportedSkusRequest {
    appLocation: string;
    databaseType: string;
    deploymentType: string;
    environment: string;
    highAvailabilityType?: string;
    sapProduct: string;
}

Properties

appLocation: string

The geo-location where the resource is to be created.

databaseType: string

The database type. Eg: HANA, DB2, etc

deploymentType: string

The deployment type. Eg: SingleServer/ThreeTier

environment: string

Defines the environment type - Production/Non Production.

highAvailabilityType?: string

The high availability type.

sapProduct: string

Defines the SAP Product type.