Przeczytaj w języku angielskim

Udostępnij za pośrednictwem


Fabric Capacities - List Skus

List eligible SKUs for Microsoft Fabric resource provider

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

URI Parameters

Name In Required Type Description
subscriptionId
path True

string (uuid)

The ID of the target subscription. The value must be an UUID.

api-version
query True

string

minLength: 1

The API version to use for this operation.

Responses

Name Type Description
200 OK

RpSkuEnumerationForNewResourceResult

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/548B7FB7-3B2A-4F46-BB02-66473F1FC22C/providers/Microsoft.Fabric/skus?api-version=2023-11-01

Sample response

{
  "value": [
    {
      "name": "F8",
      "locations": [
        "West Europe"
      ],
      "resourceType": "Capacities"
    },
    {
      "name": "F64",
      "locations": [
        "West Europe"
      ],
      "resourceType": "Capacities"
    },
    {
      "name": "F128",
      "locations": [
        "West Europe"
      ],
      "resourceType": "Capacities"
    },
    {
      "name": "F512",
      "locations": [
        "West Europe"
      ],
      "resourceType": "Capacities"
    }
  ]
}

Definitions

Name Description
ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

RpSkuDetailsForNewResource

The SKU details

RpSkuEnumerationForNewResourceResult

An object that represents enumerating SKUs for new resources.

ErrorAdditionalInfo

The resource management error additional info.

Name Type Description
info

object

The additional info.

type

string

The additional info type.

ErrorDetail

The error detail.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

The error additional info.

code

string

The error code.

details

ErrorDetail[]

The error details.

message

string

The error message.

target

string

The error target.

ErrorResponse

Error response

Name Type Description
error

ErrorDetail

The error object.

RpSkuDetailsForNewResource

The SKU details

Name Type Description
locations

string[]

The list of available locations for the SKU

name

string

The SKU's name

resourceType

string

The resource type

RpSkuEnumerationForNewResourceResult

An object that represents enumerating SKUs for new resources.

Name Type Description
nextLink

string

Url for the next page. Null if no more pages available

value

RpSkuDetailsForNewResource[]

The collection of available SKUs for new resources