Operations - List

List of operations supported by provider.

GET https://management.azure.com/providers/Microsoft.Billing/operations?api-version=2024-04-01

URI Parameters

Name In Required Type Description
api-version
query True

string

The version of the API to be used with the client request. The current version is 2024-04-01.

Responses

Name Type Description
200 OK

OperationListResult

Success

Other Status Codes

ErrorResponse

Error response describing why the operation failed.

Examples

OperationsList

Sample request

GET https://management.azure.com/providers/Microsoft.Billing/operations?api-version=2024-04-01

Sample response

{
  "value": [
    {
      "name": "{namespace}/resource/read",
      "display": {
        "operation": "List resources",
        "provider": "{namespace}",
        "resource": "resource"
      }
    }
  ]
}

Definitions

Name Description
ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

Operation

Details of a REST API operation, returned from the Resource Provider Operations API.

OperationDisplay

Localized display information for this particular operation.

OperationListResult

A container for a list of resources

ErrorAdditionalInfo

The resource management error additional info.

Name Type Description
info

object

The additional info.

type

string

The additional info type.

ErrorDetail

The error detail.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

The error additional info.

code

string

The error code.

details

ErrorDetail[]

The error details.

message

string

The error message.

target

string

The error target.

ErrorResponse

Error response

Name Type Description
error

ErrorDetail

The error object.

Operation

Details of a REST API operation, returned from the Resource Provider Operations API.

Name Type Description
display

OperationDisplay

Localized display information for this particular operation.

isDataAction

boolean

Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.

name

string

The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action".

OperationDisplay

Localized display information for this particular operation.

Name Type Description
description

string

The short, localized friendly description of the operation; suitable for tool tips and detailed views.

operation

string

The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".

provider

string

The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".

resource

string

The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".

OperationListResult

A container for a list of resources

Name Type Description
nextLink

string

The link (url) to the next page of results.

value

Operation[]

The list of resources.