getSAPAvailabilityZoneDetails

Get the recommended SAP Availability Zone Pair Details for your region. API Version: 2021-12-01-preview.

Return

The list of supported availability zone pairs which are part of SAP HA deployment.

Parameters

argument

null


suspend fun getSAPAvailabilityZoneDetails(appLocation: String, databaseType: Either<String, SAPDatabaseType>, location: String, sapProduct: Either<String, SAPProductType>): GetSAPAvailabilityZoneDetailsResult

Return

The list of supported availability zone pairs which are part of SAP HA deployment.

Parameters

appLocation

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

databaseType

The database type. Eg: HANA, DB2, etc

location

The name of Azure region.

sapProduct

Defines the SAP Product type.

See also


Return

The list of supported availability zone pairs which are part of SAP HA deployment.

Parameters

argument

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

See also