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

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

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

Get the list of support rest operations.

## Query parameters

- `api-version` string, required

## Response `200`

OK

- OperationList — List of Operations
  - `value` Operation[] — Array 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 or action.
      - `provider` string — The localized, friendly version of the resource provider name. The provider name is expected to include the name of the publisher or company responsible. The provider name format should use title case and begin with Microsoft for first-party services. For example, the provider name may be Microsoft Monitoring Insights or Microsoft Compute.
      - `resource` string — The localized, friendly version of the resource type related to this action or operation; the resource type 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. The description will be displayed to the user. It should be thorough and concise for used in both tooltips and detailed views.
  - `nextLink` string — URI to the next page of operations.

---

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