List Skus - List Skus
Description for List all SKUs.
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Web/skus?api-version=2024-04-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
subscription
|
path | True |
string |
Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). |
api-version
|
query | True |
string |
API Version |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK |
|
Other Status Codes |
App Service 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 |
Definitions
Name | Description |
---|---|
Capability |
Describes the capabilities/features allowed for a specific SKU. |
Default |
App Service error response. |
Details | |
Error |
Error model. |
Global |
A Global SKU Description. |
Sku |
Description of the App Service plan scale options. |
Sku |
Collection of SKU information. |
Capability
Describes the capabilities/features allowed for a specific SKU.
Name | Type | Description |
---|---|---|
name |
string |
Name of the SKU capability. |
reason |
string |
Reason of the SKU capability. |
value |
string |
Value of the SKU capability. |
DefaultErrorResponse
App Service error response.
Name | Type | Description |
---|---|---|
error |
Error model. |
Details
Name | Type | Description |
---|---|---|
code |
string |
Standardized string to programmatically identify the error. |
message |
string |
Detailed error description and debugging information. |
target |
string |
Detailed error description and debugging information. |
Error
Error model.
Name | Type | Description |
---|---|---|
code |
string |
Standardized string to programmatically identify the error. |
details |
Details[] |
Detailed errors. |
innererror |
string |
More information to debug error. |
message |
string |
Detailed error description and debugging information. |
target |
string |
Detailed error description and debugging information. |
GlobalCsmSkuDescription
A Global SKU Description.
Name | Type | Description |
---|---|---|
capabilities |
Capabilities of the SKU, e.g., is traffic manager enabled? |
|
capacity |
Min, max, and default scale values of the SKU. |
|
family |
string |
Family code of the resource SKU. |
locations |
string[] |
Locations of the SKU. |
name |
string |
Name of the resource SKU. |
size |
string |
Size specifier of the resource SKU. |
tier |
string |
Service Tier of the resource SKU. |
SkuCapacity
Description of the App Service plan scale options.
Name | Type | Description |
---|---|---|
default |
integer (int32) |
Default number of workers for this App Service plan SKU. |
elasticMaximum |
integer (int32) |
Maximum number of Elastic workers for this App Service plan SKU. |
maximum |
integer (int32) |
Maximum number of workers for this App Service plan SKU. |
minimum |
integer (int32) |
Minimum number of workers for this App Service plan SKU. |
scaleType |
string |
Available scale configurations for an App Service plan. |
SkuInfos
Collection of SKU information.
Name | Type | Description |
---|---|---|
resourceType |
string |
Resource type that this SKU applies to. |
skus |
List of SKUs the subscription is able to use. |