CapacitySkuArgs

data class CapacitySkuArgs(val capacity: Output<Int>? = null, val name: Output<String>, val tier: Output<Either<String, CapacitySkuTier>>? = null) : ConvertibleToJava<CapacitySkuArgs>

Represents the SKU name and Azure pricing tier for PowerBI Dedicated capacity resource.

Constructors

Link copied to clipboard
constructor(capacity: Output<Int>? = null, name: Output<String>, tier: Output<Either<String, CapacitySkuTier>>? = null)

Properties

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

The capacity of the SKU.

Link copied to clipboard
val name: Output<String>

Name of the SKU level.

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

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

Functions

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