Sql Server Licensing Settings Args
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>>)