RpSkuArgs

data class RpSkuArgs(val name: Output<String>, val tier: Output<Either<String, RpSkuTier>>) : ConvertibleToJava<RpSkuArgs>

Represents the SKU name and Azure pricing tier for Microsoft Fabric capacity resource.

Constructors

Link copied to clipboard
constructor(name: Output<String>, tier: Output<Either<String, RpSkuTier>>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the SKU level.

Link copied to clipboard
val tier: Output<Either<String, RpSkuTier>>

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

Functions

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