CapacitySku Class

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

All required parameters must be populated in order to send to Azure.

Inheritance
CapacitySku

Constructor

CapacitySku(*, name: str, tier: Optional[Union[str, azure.mgmt.powerbidedicated.models._power_bi_dedicated_enums.CapacitySkuTier]] = None, **kwargs)

Parameters

name
str
Required

Required. Name of the SKU level.

tier
str or CapacitySkuTier
Required

The name of the Azure pricing tier to which the SKU applies. Possible values include: "PBIE_Azure", "Premium", "AutoPremiumHost".