Package version:

The SAP Sizing Recommendation request.

interface SAPSizingRecommendationRequest {
    appLocation: string;
    databaseType: string;
    dbMemory: number;
    dbScaleMethod?: string;
    deploymentType: string;
    environment: string;
    highAvailabilityType?: string;
    sapProduct: string;
    saps: number;
}

Properties

appLocation: string

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

databaseType: string

The database type.

dbMemory: number

The database memory configuration.

dbScaleMethod?: string

The DB scale method.

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.

saps: number

The SAP Application Performance Standard measurement.