Quota Operation - List

GET quota operations.
List all the operations supported by the Microsoft.Quota resource provider.

GET https://management.azure.com/providers/Microsoft.Quota/operations?api-version=2023-02-01

URI Parameters

Name In Required Type Description
api-version
query True

string

The API version to use for this operation.

Responses

Name Type Description
200 OK

OperationList

List all the operations.

Other Status Codes

ExceptionResponse

Error response describing why the operation failed.

Security

azure_auth

Azure Active Directory OAuth 2.0 authorization

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation Impersonate your user account.

Examples

GetOperations

Sample Request

GET https://management.azure.com/providers/Microsoft.Quota/operations?api-version=2023-02-01

Sample Response

{
  "value": [
    {
      "name": "Microsoft.Quota/usages/read",
      "display": {
        "provider": "Microsoft Quota",
        "resource": "Resource current usages",
        "operation": "Get resource usages",
        "description": "Get the current usages of the specified resource and location"
      }
    },
    {
      "name": "Microsoft.Quota/quotas/read",
      "display": {
        "provider": "Microsoft Quota",
        "resource": "Resource quota limit",
        "operation": "Get resource quota limit",
        "description": "Get the current service limit or quota of the specified resource and location"
      }
    },
    {
      "name": "Microsoft.Quota/quotas/write",
      "display": {
        "provider": "Microsoft Quota",
        "resource": "Resource quota limit",
        "operation": "Create resource quota limit",
        "description": "Create service limit or quota for the specified resource and location"
      }
    },
    {
      "name": "Microsoft.Quota/quotaRequests/read",
      "display": {
        "provider": "Microsoft Quota",
        "resource": "Resource quota request",
        "operation": "Get quota request",
        "description": "Get any quota request for the specified resource and location"
      }
    }
  ]
}

Definitions

Name Description
ExceptionResponse

Error.

OperationDisplay
OperationList
OperationResponse
ServiceError

API error details.

ServiceErrorDetail

Error details.

ExceptionResponse

Error.

Name Type Description
error

ServiceError

API error details.

OperationDisplay

Name Type Description
description

string

Operation description.

operation

string

Operation name.

provider

string

Provider name.

resource

string

Resource name.

OperationList

Name Type Description
nextLink

string

URL to get the next page of items.

value

OperationResponse[]

OperationResponse

Name Type Description
display

OperationDisplay

name

string

origin

string

ServiceError

API error details.

Name Type Description
code

string

Error code.

details

ServiceErrorDetail[]

List of error details.

message

string

Error message.

ServiceErrorDetail

Error details.

Name Type Description
code

string

Error code.

message

string

Error message.