RpSkuResponse

data class RpSkuResponse(val name: String, val tier: String)

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

Constructors

Link copied to clipboard
constructor(name: String, tier: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the SKU level.

Link copied to clipboard

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