Capacities - List Skus For Capacity

Lists eligible SKUs for a PowerBI Dedicated resource.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}/skus?api-version=2021-01-01

URI Parameters

Name In Required Type Description
dedicatedCapacityName
path True

string

The name of the Dedicated capacity. It must be at least 3 characters in length, and no more than 63.

Regex pattern: ^[a-z][a-z0-9]*$

resourceGroupName
path True

string

The name of the Azure Resource group of which a given PowerBIDedicated capacity is part. This name must be at least 1 character in length, and no more than 90.

Regex pattern: ^[-\w\._\(\)]+$

subscriptionId
path True

string

A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

api-version
query True

string

The client API version.

Responses

Name Type Description
200 OK

SkuEnumerationForExistingResourceResult

OK

Other Status Codes

ErrorResponse

Error response describing why the operation failed.

Security

azure_auth

Azure Active Directory OAuth2 Flow

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

List eligible SKUs for an existing capacity

Sample Request

GET https://management.azure.com/subscriptions/613192d7-503f-477a-9cfe-4efc3ee2bd60/resourceGroups/TestRG/providers/Microsoft.PowerBIDedicated/capacities/azsdktest/skus?api-version=2021-01-01

Sample Response

{
  "value": [
    {
      "sku": {
        "name": "A2",
        "tier": "PBIE_Azure"
      }
    },
    {
      "sku": {
        "name": "A3",
        "tier": "PBIE_Azure"
      }
    },
    {
      "sku": {
        "name": "A4",
        "tier": "PBIE_Azure"
      }
    },
    {
      "sku": {
        "name": "A5",
        "tier": "PBIE_Azure"
      }
    },
    {
      "sku": {
        "name": "A6",
        "tier": "PBIE_Azure"
      }
    }
  ]
}

Definitions

Name Description
CapacitySku

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

CapacitySkuTier

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

Error

The error object

ErrorResponse

Describes the format of Error response.

SkuDetailsForExistingResource

An object that represents SKU details for existing resources

SkuEnumerationForExistingResourceResult

An object that represents enumerating SKUs for existing resources

CapacitySku

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

Name Type Description
capacity

integer

The capacity of the SKU.

name

string

Name of the SKU level.

tier

CapacitySkuTier

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

CapacitySkuTier

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

Name Type Description
AutoPremiumHost

string

PBIE_Azure

string

Premium

string

Error

The error object

Name Type Description
code

string

Error code

message

string

Error message indicating why the operation failed.

ErrorResponse

Describes the format of Error response.

Name Type Description
error

Error

The error object

SkuDetailsForExistingResource

An object that represents SKU details for existing resources

Name Type Description
resourceType

string

The resource type

sku

CapacitySku

The SKU in SKU details for existing resources.

SkuEnumerationForExistingResourceResult

An object that represents enumerating SKUs for existing resources

Name Type Description
value

SkuDetailsForExistingResource[]

The collection of available SKUs for existing resources