ResourceSkuArgs

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
constructor(capacity: Output<Int>? = null, name: Output<String>, tier: Output<Either<String, SkuTier>>? = null)

Properties

Link copied to clipboard
val capacity: Output<Int>? = null

The number of instances in the read only query pool.

Link copied to clipboard
val name: Output<String>

Name of the SKU level.

Link copied to clipboard
val tier: Output<Either<String, SkuTier>>? = null

The name of the Azure pricing tier to which the SKU applies.

Functions

Link copied to clipboard
open override fun toJava(): ResourceSkuArgs