Fabric Capacities - List Skus For Capacity
List eligible SKUs for a Microsoft Fabric resource
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric/capacities/{capacityName}/skus?api-version=2023-11-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
capacity
|
path | True |
string minLength: 3maxLength: 63 pattern: ^[a-z][a-z0-9]*$ |
The name of the capacity. |
resource
|
path | True |
string minLength: 1maxLength: 90 |
The name of the resource group. The name is case insensitive. |
subscription
|
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 |
The request has succeeded. |
|
Other Status Codes |
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 an existing capacity
Sample request
GET https://management.azure.com/subscriptions/548B7FB7-3B2A-4F46-BB02-66473F1FC22C/resourceGroups/TestRG/providers/Microsoft.Fabric/capacities/azsdktest/skus?api-version=2023-11-01
Sample response
{
"value": [
{
"resourceType": "Microsoft.Fabric/capacities",
"sku": {
"name": "F16",
"tier": "Fabric"
}
},
{
"resourceType": "Microsoft.Fabric/capacities",
"sku": {
"name": "F8",
"tier": "Fabric"
}
},
{
"resourceType": "Microsoft.Fabric/capacities",
"sku": {
"name": "F64",
"tier": "Fabric"
}
},
{
"resourceType": "Microsoft.Fabric/capacities",
"sku": {
"name": "F1024",
"tier": "Fabric"
}
},
{
"resourceType": "Microsoft.Fabric/capacities",
"sku": {
"name": "F128",
"tier": "Fabric"
}
},
{
"resourceType": "Microsoft.Fabric/capacities",
"sku": {
"name": "F2",
"tier": "Fabric"
}
},
{
"resourceType": "Microsoft.Fabric/capacities",
"sku": {
"name": "F256",
"tier": "Fabric"
}
},
{
"resourceType": "Microsoft.Fabric/capacities",
"sku": {
"name": "F32",
"tier": "Fabric"
}
},
{
"resourceType": "Microsoft.Fabric/capacities",
"sku": {
"name": "F4",
"tier": "Fabric"
}
},
{
"resourceType": "Microsoft.Fabric/capacities",
"sku": {
"name": "F512",
"tier": "Fabric"
}
},
{
"resourceType": "Microsoft.Fabric/capacities",
"sku": {
"name": "F2048",
"tier": "Fabric"
}
}
]
}
Definitions
Name | Description |
---|---|
Error |
The resource management error additional info. |
Error |
The error detail. |
Error |
Error response |
Rp |
Represents the SKU name and Azure pricing tier for Microsoft Fabric capacity resource. |
Rp |
An object that represents SKU details for existing resources |
Rp |
An object that represents enumerating SKUs for existing resources |
Rp |
The name of the Azure pricing tier to which the SKU applies. |
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 |
The error additional info. |
|
code |
string |
The error code. |
details |
The error details. |
|
message |
string |
The error message. |
target |
string |
The error target. |
ErrorResponse
Error response
Name | Type | Description |
---|---|---|
error |
The error object. |
RpSku
Represents the SKU name and Azure pricing tier for Microsoft Fabric capacity resource.
Name | Type | Description |
---|---|---|
name |
string |
The name of the SKU level. |
tier |
The name of the Azure pricing tier to which the SKU applies. |
RpSkuDetailsForExistingResource
An object that represents SKU details for existing resources
Name | Type | Description |
---|---|---|
resourceType |
string |
The resource type |
sku |
The SKU details |
RpSkuEnumerationForExistingResourceResult
An object that represents enumerating SKUs for existing resources
Name | Type | Description |
---|---|---|
nextLink |
string |
Url for the next page. Null if no more pages available |
value |
The SKU details |
RpSkuTier
The name of the Azure pricing tier to which the SKU applies.
Value | Description |
---|---|
Fabric |
Fabric tier |