---
title: "GET /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearning/skus"
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearning/skus"
tags: ["Skus"]
---

# GET /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearning/skus

`GET /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearning/skus`

Lists the available commitment plan SKUs.

## Path parameters

- `subscriptionId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK

- SkuListResult — The list of commitment plan SKUs.
  - `value` CatalogSku[]
    - `resourceType` string — Resource type name
    - `name` string — SKU name
    - `tier` string — SKU tier
    - `locations` string[] — Regions where the SKU is available.
    - `capacity` SkuCapacity — Describes scaling information of a SKU.
      - `minimum` integer — The minimum capacity.
      - `maximum` integer — The maximum capacity that can be set.
      - `default` integer — The default capacity.
      - `scaleType` 'Automatic' | 'Manual' | 'None' — The scale type applicable to the sku.
    - `capabilities` SkuCapability[] — The capability information for the specified SKU.
      - `name` string — The capability name.
      - `value` string — The capability value.
    - `costs` SkuCost[] — The cost information for the specified SKU.
      - `meterID` string — The meter used for this part of a SKU's cost.
      - `quantity` integer — The multiplier for the meter ID.
      - `extendedUnit` string — The overall duration represented by the quantity.
    - `restrictions` SkuRestrictions[] — Restrictions which would prevent a SKU from being used. This is empty if there are no restrictions.
      - `type` 'location' | 'zone' — The type of restrictions.
      - `values` string[] — The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted.
      - `reasonCode` 'QuotaId' | 'NotAvailableForSubscription' — The reason for restriction.

## Changes

- **2018-02-12** (2016-05-01-preview) `299cafdb9a1d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/azure/apis/azure-ml-commitment-plans-management-client/changes/subscriptions/:subscriptionId/providers/Microsoft.MachineLearning/skus/get.md)

---

[API](https://skmtc.dev/azure/apis/azure-ml-commitment-plans-management-client.md) · [All operations](https://skmtc.dev/azure/apis/azure-ml-commitment-plans-management-client/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/azure-ml-commitment-plans-management-client/revisions/c243d3deab26/schema)
