---
title: "GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/skus"
method: GET
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/skus"
tags: ["SignalR"]
---

# GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/skus

`GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/skus`

List all available skus of the resource.

## Path parameters

- `resourceName` string, required

## Parameters

- `../../../../../../common-types/resource-management/v5/types.json#/components/parameters/ApiVersionParameter` — unresolved $ref
- `../../../../../../common-types/resource-management/v5/types.json#/components/parameters/SubscriptionIdParameter` — unresolved $ref
- `../../../../../../common-types/resource-management/v5/types.json#/components/parameters/ResourceGroupNameParameter` — unresolved $ref

## Response `200`

Success. The response describes all available skus of the resource.

- SkuList — The list skus operation response
  - `value` Sku[] — The list of skus available for the resource.
    - `resourceType` string — The resource type that this object applies to
    - `sku` ResourceSku — The billing information of the resource.
      - `name` string, required — The name of the SKU. Required. Allowed values: Standard_S1, Free_F1, Premium_P1, Premium_P2
      - `tier` 'Free' | 'Basic' | 'Standard' | 'Premium' — Optional tier of this particular SKU. 'Standard' or 'Free'. `Basic` is deprecated, use `Standard` instead.
      - `size` string — Not used. Retained for future use.
      - `family` string — Not used. Retained for future use.
      - `capacity` integer — Optional, integer. The unit count of the resource. 1 for Free_F1/Standard_S1/Premium_P1, 100 for Premium_P2 by default. If present, following values are allowed: Free_F1: 1; Standard_S1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P2: 100,200,300,400,500,600,700,800,900,1000;
    - `capacity` SkuCapacity — Describes scaling information of a sku.
      - `minimum` integer — The lowest permitted capacity for this resource
      - `maximum` integer — The highest permitted capacity for this resource
      - `default` integer — The default capacity.
      - `allowedValues` integer[] — Allows capacity value list.
      - `scaleType` 'None' | 'Manual' | 'Automatic' — The scale type applicable to the sku.
  - `nextLink` string — The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.

## Other responses

- `default` — Error response describing why the operation failed.

---

[API](https://skmtc.net/azure/apis/signalr-microsoft-signalrservice-signalrservice.md) · [All operations](https://skmtc.net/azure/apis/signalr-microsoft-signalrservice-signalrservice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/signalr-microsoft-signalrservice-signalrservice/revisions/bc30ccfa68cf/schema)
