SqlServerLicensingSettingsArgs

data class SqlServerLicensingSettingsArgs(val licenseCost: Output<Double>, val softwareAssuranceCost: Output<Double>, val version: Output<Either<String, SqlServerLicenseType>>) : ConvertibleToJava<SqlServerLicensingSettingsArgs>

SQL Server licensing settings.

Constructors

Link copied to clipboard
constructor(licenseCost: Output<Double>, softwareAssuranceCost: Output<Double>, version: Output<Either<String, SqlServerLicenseType>>)

Properties

Link copied to clipboard
val licenseCost: Output<Double>

Licence cost.

Link copied to clipboard

Software assurance (SA) cost.

Link copied to clipboard
val version: Output<Either<String, SqlServerLicenseType>>

SQL Server version.

Functions

Link copied to clipboard
open override fun toJava(): SqlServerLicensingSettingsArgs