---
title: "Lists all of the available Service Fabric resource provider API operations."
method: GET
path: "/providers/Microsoft.ServiceFabric/operations"
tags: ["Operations"]
---

# Lists all of the available Service Fabric resource provider API operations.

`GET /providers/Microsoft.ServiceFabric/operations`

Get the list of available Service Fabric resource provider API operations.

## Query parameters

- `api-version` string, required

## Response `200`

OK. The request has succeeded.

- OperationListResult — Describes the result of the request to list Service Fabric resource provider operations.
  - `value` OperationResult[] — List of operations supported by the Service Fabric resource provider.
    - `name` string — The name of the operation.
    - `display` AvailableOperationDisplay — Operation supported by the Service Fabric resource provider
      - `provider` string — The name of the provider.
      - `resource` string — The resource on which the operation is performed
      - `operation` string — The operation that can be performed.
      - `description` string — Operation description
    - `origin` string — Origin result
    - `nextLink` string — The URL to use for getting the next set of results.
  - `nextLink` string — URL to get the next set of operation list results if there are any.

## Other responses

- `default` — Error response describing why the operation failed.

---

[API](https://skmtc.net/azure/apis/servicefabricmanagementclient.md) · [All operations](https://skmtc.net/azure/apis/servicefabricmanagementclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/servicefabricmanagementclient/versions/0e9de961e307/schema)
