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.
Constructors
Link copied to clipboard
fun ResourceSkuArgs(capacity: Output<Int>? = null, name: Output<String>, tier: Output<Either<String, SkuTier>>? = null)