DedicatedCapacityUpdateParameters interface
Provision request specification
Properties
| administration | A collection of Dedicated capacity administrators |
| friendly |
Capacity name |
| mode | Specifies the generation of the Power BI Embedded capacity. If no value is specified, the default value 'Gen2' is used. Learn More |
| sku | The SKU of the Dedicated capacity resource. |
| tags | Key-value pairs of additional provisioning properties. |
| tenant |
Tenant ID for the capacity. Used for creating Pro Plus capacity. |
Property Details
administration
A collection of Dedicated capacity administrators
administration?: DedicatedCapacityAdministrators
Property Value
friendlyName
Capacity name
friendlyName?: string
Property Value
string
mode
Specifies the generation of the Power BI Embedded capacity. If no value is specified, the default value 'Gen2' is used. Learn More
mode?: string
Property Value
string
sku
tags
Key-value pairs of additional provisioning properties.
tags?: Record<string, string>
Property Value
Record<string, string>
tenantId
Tenant ID for the capacity. Used for creating Pro Plus capacity.
tenantId?: string
Property Value
string