Sql Server Esu License Properties Args
data class SqlServerEsuLicensePropertiesArgs(val activationState: Output<Either<String, State>>, val billingPlan: Output<Either<String, BillingPlan>>, val physicalCores: Output<Int>, val scopeType: Output<Either<String, ScopeType>>, val version: Output<Either<String, Version>>) : ConvertibleToJava<SqlServerEsuLicensePropertiesArgs>
Properties of SQL Server ESU license.