My SQLServer Sku Args
data class MySQLServerSkuArgs(val name: Output<String>, val tier: Output<Either<String, ServerSkuTier>>) : ConvertibleToJava<MySQLServerSkuArgs>
Billing information related properties of a server.
Billing information related properties of a server.