Package version:

The SAP request to get list of disk configurations.

interface SAPDiskConfigurationsRequest {
    appLocation: string;
    databaseType: string;
    dbVmSku: string;
    deploymentType: string;
    environment: string;
    sapProduct: string;
}

Properties

appLocation: string

The geo-location where the SAP resources will be created.

databaseType: string

The database type. Eg: HANA, DB2, etc

dbVmSku: string

The VM SKU for database instance.

deploymentType: string

The deployment type. Eg: SingleServer/ThreeTier

environment: string

Defines the environment type - Production/Non Production.

sapProduct: string

Defines the SAP Product type.