get Sap Virtual Instance Invoke Disk Configurations
suspend fun getSapVirtualInstanceInvokeDiskConfigurations(argument: GetSapVirtualInstanceInvokeDiskConfigurationsPlainArgs): GetSapVirtualInstanceInvokeDiskConfigurationsResult
Get the SAP Disk Configuration Layout prod/non-prod SAP System. Uses Azure REST API version 2024-09-01.
Return
The list of disk configuration for vmSku which are part of SAP deployment.
Parameters
argument
null
suspend fun getSapVirtualInstanceInvokeDiskConfigurations(appLocation: String, databaseType: Either<String, SAPDatabaseType>, dbVmSku: String, deploymentType: Either<String, SAPDeploymentType>, environment: Either<String, SAPEnvironmentType>, location: String, sapProduct: Either<String, SAPProductType>): GetSapVirtualInstanceInvokeDiskConfigurationsResult
Return
The list of disk configuration for vmSku which are part of SAP deployment.
Parameters
app Location
The geo-location where the SAP resources will be created.
database Type
The database type. Eg: HANA, DB2, etc
db Vm Sku
The VM SKU for database instance.
deployment Type
The deployment type. Eg: SingleServer/ThreeTier
environment
Defines the environment type - Production/Non Production.
location
The name of the Azure region.
sap Product
Defines the SAP Product type.
See also
suspend fun getSapVirtualInstanceInvokeDiskConfigurations(argument: suspend GetSapVirtualInstanceInvokeDiskConfigurationsPlainArgsBuilder.() -> Unit): GetSapVirtualInstanceInvokeDiskConfigurationsResult
Return
The list of disk configuration for vmSku which are part of SAP deployment.
Parameters
argument
Builder for com.pulumi.azurenative.workloads.kotlin.inputs.GetSapVirtualInstanceInvokeDiskConfigurationsPlainArgs.