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

# GET /providers/Microsoft.Storage/operations

`GET /providers/Microsoft.Storage/operations`

Lists all of the available Storage Rest API operations.

## Parameters

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

## Response `200`

OK. The request has succeeded.

- OperationListResult — Result of the request to list Storage operations. It contains a list of operations and a URL link to get the next set of results.
  - `value` Operation[] — List of Storage operations supported by the Storage resource provider.
    - `name` string — Operation name: {provider}/{resource}/{operation}
    - `display` object — Display metadata associated with the operation.
      - `provider` string — Service provider: Microsoft Storage.
      - `resource` string — Resource on which the operation is performed etc.
      - `operation` string — Type of operation: get, read, delete, etc.
      - `description` string — Description of the operation.
    - `origin` string — The origin of operations.
    - `properties` OperationProperties — Properties of operation, include metric specifications.
      - `serviceSpecification` ServiceSpecification — One property of operation, include metric specifications.
        - `metricSpecifications` MetricSpecification[] — Metric specifications of operation.
          - `name` string — Name of metric specification.
          - `displayName` string — Display name of metric specification.
          - `displayDescription` string — Display description of metric specification.
          - `unit` string — Unit could be Bytes or Count.
          - `dimensions` Dimension[] — Dimensions of blobs, including blob type and access tier.
            - `name` string — Display name of dimension.
            - `displayName` string — Display name of dimension.
          - `aggregationType` string — Aggregation type could be Average.
          - `fillGapWithZero` boolean — The property to decide fill gap with zero or not.
          - `category` string — The category this metric specification belong to, could be Capacity.
          - `resourceIdDimensionNameOverride` string — Account Resource Id.

---

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