getSAPDiskConfigurations

Get the SAP Disk Configuration Layout prod/non-prod SAP System. 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 list of disk configuration for vmSku which are part of SAP deployment.

Parameters

argument

null


suspend fun getSAPDiskConfigurations(appLocation: String, databaseType: Either<String, SAPDatabaseType>, dbVmSku: String, deploymentType: Either<String, SAPDeploymentType>, environment: Either<String, SAPEnvironmentType>, location: String, sapProduct: Either<String, SAPProductType>): GetSAPDiskConfigurationsResult

Return

The list of disk configuration for vmSku which are part of SAP deployment.

Parameters

appLocation

The geo-location where the SAP resources will be created.

databaseType

The database type. Eg: HANA, DB2, etc

dbVmSku

The VM SKU for database instance.

deploymentType

The deployment type. Eg: SingleServer/ThreeTier

environment

Defines the environment type - Production/Non Production.

location

The name of Azure region.

sapProduct

Defines the SAP Product type.

See also


Return

The list of disk configuration for vmSku which are part of SAP deployment.

Parameters

argument

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

See also