getSapVirtualInstanceInvokeSapSupportedSku

Get a list of SAP supported SKUs for ASCS, Application and Database tier. Uses Azure REST API version 2024-09-01.

Return

The list of supported SKUs for different resources which are part of SAP deployment.

Parameters

argument

null


suspend fun getSapVirtualInstanceInvokeSapSupportedSku(appLocation: String, databaseType: Either<String, SAPDatabaseType>, deploymentType: Either<String, SAPDeploymentType>, environment: Either<String, SAPEnvironmentType>, highAvailabilityType: Either<String, SAPHighAvailabilityType>? = null, location: String, sapProduct: Either<String, SAPProductType>): GetSapVirtualInstanceInvokeSapSupportedSkuResult

Return

The list of supported SKUs for different resources which are part of SAP deployment.

Parameters

appLocation

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

databaseType

The database type. Eg: HANA, DB2, etc

deploymentType

The deployment type. Eg: SingleServer/ThreeTier

environment

Defines the environment type - Production/Non Production.

highAvailabilityType

The high availability type.

location

The name of the Azure region.

sapProduct

Defines the SAP Product type.

See also


Return

The list of supported SKUs for different resources which are part of SAP deployment.

Parameters

argument

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

See also