get Sap Virtual Instance Invoke Sizing Recommendations
suspend fun getSapVirtualInstanceInvokeSizingRecommendations(argument: GetSapVirtualInstanceInvokeSizingRecommendationsPlainArgs): GetSapVirtualInstanceInvokeSizingRecommendationsResult
Gets the sizing recommendations. Uses Azure REST API version 2024-09-01.
Return
The SAP sizing recommendation result.
Parameters
argument
null
suspend fun getSapVirtualInstanceInvokeSizingRecommendations(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): GetSapVirtualInstanceInvokeSizingRecommendationsResult
Return
The SAP sizing recommendation result.
Parameters
app Location
The geo-location where the resource is to be created.
database Type
The database type.
db Memory
The database memory configuration.
db Scale Method
The DB scale method.
deployment Type
The deployment type. Eg: SingleServer/ThreeTier
environment
Defines the environment type - Production/Non Production.
high Availability Type
The high availability type.
location
The name of the Azure region.
sap Product
Defines the SAP Product type.
saps
The SAP Application Performance Standard measurement.
See also
suspend fun getSapVirtualInstanceInvokeSizingRecommendations(argument: suspend GetSapVirtualInstanceInvokeSizingRecommendationsPlainArgsBuilder.() -> Unit): GetSapVirtualInstanceInvokeSizingRecommendationsResult
Return
The SAP sizing recommendation result.
Parameters
argument
Builder for com.pulumi.azurenative.workloads.kotlin.inputs.GetSapVirtualInstanceInvokeSizingRecommendationsPlainArgs.