get SAPSupported Sku
Get a list of SAP supported SKUs for ASCS, Application and Database tier. API Version: 2021-12-01-preview.
Return
The list of supported SKUs for different resources which are part of SAP deployment.
Parameters
argument
null
suspend fun getSAPSupportedSku(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>): GetSAPSupportedSkuResult
Return
The list of supported SKUs for different resources which are part of SAP deployment.
Parameters
app Location
The geo-location where the resource is to be created.
database Type
The database type. Eg: HANA, DB2, etc
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 Azure region.
sap Product
Defines the SAP Product type.
See also
suspend fun getSAPSupportedSku(argument: suspend GetSAPSupportedSkuPlainArgsBuilder.() -> Unit): GetSAPSupportedSkuResult
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.GetSAPSupportedSkuPlainArgs.