Sql Server License Properties Args
data class SqlServerLicensePropertiesArgs(val activationState: Output<Either<String, ActivationState>>, val billingPlan: Output<Either<String, BillingPlan>>, val licenseCategory: Output<Either<String, LicenseCategory>>, val physicalCores: Output<Int>, val scopeType: Output<Either<String, ScopeType>>) : ConvertibleToJava<SqlServerLicensePropertiesArgs>
Properties of SQL Server License.
Constructors
Link copied to clipboard
constructor(activationState: Output<Either<String, ActivationState>>, billingPlan: Output<Either<String, BillingPlan>>, licenseCategory: Output<Either<String, LicenseCategory>>, physicalCores: Output<Int>, scopeType: Output<Either<String, ScopeType>>)