getSAPSizingRecommendations

Get SAP sizing recommendations by providing input SAPS for application tier and memory required for database tier Uses Azure REST API version 2023-10-01-preview. Other available API versions: 2023-04-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native workloads [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

The SAP sizing recommendation result.

Parameters

argument

null


suspend fun getSAPSizingRecommendations(appLocation: String, databaseType: Either<String, SAPDatabaseType>, dbMemory: Double, dbScaleMethod: Either<String, SAPDatabaseScaleMethod>? = null, deploymentType: Either<String, SAPDeploymentType>, environment: Either<String, SAPEnvironmentType>, highAvailabilityType: Either<String, SAPHighAvailabilityType>? = null, location: String, sapProduct: Either<String, SAPProductType>, saps: Double): GetSAPSizingRecommendationsResult

Return

The SAP sizing recommendation result.

Parameters

appLocation

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

databaseType

The database type.

dbMemory

The database memory configuration.

dbScaleMethod

The DB scale method.

deploymentType

The deployment type. Eg: SingleServer/ThreeTier

environment

Defines the environment type - Production/Non Production.

highAvailabilityType

The high availability type.

location

The name of Azure region.

sapProduct

Defines the SAP Product type.

saps

The SAP Application Performance Standard measurement.

See also


Return

The SAP sizing recommendation result.

Parameters

argument

Builder for com.pulumi.azurenative.workloads.kotlin.inputs.GetSAPSizingRecommendationsPlainArgs.

See also