Resource Sku Args
data class ResourceSkuArgs(val capacity: Output<Int>? = null, val name: Output<String>, val tier: Output<Either<String, SkuTier>>? = null) : ConvertibleToJava<ResourceSkuArgs>
Represents the SKU name and Azure pricing tier for Analysis Services resource.