---
title: "GET /providers/Microsoft.Storage.Admin/operations"
method: GET
path: "/providers/Microsoft.Storage.Admin/operations"
tags: ["Commerce"]
---

# GET /providers/Microsoft.Storage.Admin/operations

`GET /providers/Microsoft.Storage.Admin/operations`

Get the list of support rest operations.

## Query parameters

- `api-version` string, required

## Response `200`

OK -- The list of operations has been returned.

- OperationList — Pageable list of supported operations.
  - `value` Operation[] — List of operations
    - `name` string — The name of the operation being performed on this particular object. It should match the action name that appears in RBAC / the event service.
    - `display` Display — Contains the localized display information for this particular operation / action.
      - `provider` string — The localized friendly form of the resource provider name – it is expected to also include the publisher/company responsible. It should use Title Casing and begin with "Microsoft" for 1st party services. e.g. "Microsoft Monitoring Insights" or "Microsoft Compute."
      - `resource` string — The localized friendly form of the resource type related to this action/operation – it should match the public documentation for the resource provider.
      - `operation` string — The localized friendly name for the operation, as it should be shown to the user.
      - `description` string — The localized friendly description for the operation, as it should be shown to the user. It should be thorough, yet concise – it will be used in tool tips and detailed views.

## Other responses

- `default` — Error Response.

---

[API](https://skmtc.dev/azure/apis/storagemanagementclient-2.md) · [All operations](https://skmtc.dev/azure/apis/storagemanagementclient-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/storagemanagementclient-2/revisions/7dd35c04bd0d/schema)
