---
title: "GET /providers/Microsoft.Resources/operations"
method: GET
path: "/providers/Microsoft.Resources/operations"
tags: ["Operations"]
---

# GET /providers/Microsoft.Resources/operations

`GET /providers/Microsoft.Resources/operations`

Lists all of the available Microsoft.Resources REST API operations.

## Query parameters

- `api-version` string, required

## Response `200`

OK. The request has succeeded.

- OperationListResult — Result of the request to list Microsoft.Resources operations. It contains a list of operations and a URL link to get the next set of results.
  - `value` Operation[] — List of Microsoft.Resources operations.
    - `name` string — Operation name: {provider}/{resource}/{operation}
    - `display` object — The object that represents the operation.
      - `provider` string — Service provider: Microsoft.Resources
      - `resource` string — Resource on which the operation is performed: Profile, endpoint, etc.
      - `operation` string — Operation type: Read, write, delete, etc.
      - `description` string — Description of the operation.
  - `nextLink` string — URL to get the next set of operation list results if there are any.

## Changes

- **2018-09-25** (2016-09-01) `f78085a82132` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/azure/apis/managementlinkclient/changes/providers/Microsoft.Resources/operations/get.md)

---

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