Share via


Capacities - List Skus

Lists eligible SKUs for PowerBI Dedicated resource provider.

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

URI Parameters

Name In Required Type Description
subscriptionId
path True

string

minLength: 1

The ID of the target subscription.

api-version
query True

string

minLength: 1

The API version to use for this operation.

Responses

Name Type Description
200 OK

SkuEnumerationForNewResourceResult

The request has succeeded.

Other Status Codes

ErrorResponse

An unexpected error response.

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 a new capacity

Sample request

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

Sample response

{
  "value": [
    {
      "name": "A1"
    },
    {
      "name": "A2"
    },
    {
      "name": "A3"
    },
    {
      "name": "A4"
    },
    {
      "name": "A5"
    },
    {
      "name": "A6"
    }
  ]
}

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

The error object

SkuEnumerationForNewResourceResult

An object that represents enumerating SKUs for new resources

CapacitySku

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

Name Type Description
capacity

integer (int32)

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.

Value Description
PBIE_Azure
Premium
AutoPremiumHost

Error

The error object.

Name Type Description
code

string

Error code

message

string

Error message indicating why the operation failed.

ErrorResponse

The error object

Name Type Description
error

Error

The error object.

SkuEnumerationForNewResourceResult

An object that represents enumerating SKUs for new resources

Name Type Description
value

CapacitySku[]

The collection of available SKUs for new resources