Operations - List

Lists the available billing REST API operations.

GET https://management.azure.com/providers/Microsoft.Billing/operations?api-version=2021-10-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 2021-10-01.

Responses

Name Type Description
200 OK

OperationListResult

OK. The request has succeeded.

Other Status Codes

ErrorResponse

Error response describing why the operation failed.

Security

azure_auth

Azure Active Directory OAuth2 Flow.

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

Scopes

Name Description
user_impersonation impersonate your user account

Definitions

Name Description
Display

The object that represents the operation.

ErrorDetails

The details of the error.

ErrorResponse

Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.

ErrorSubDetails

The sub details of the error.

Operation

A Billing REST API operation.

OperationListResult

The list of billing operations and a URL link to get the next set of results.

Display

The object that represents the operation.

Name Type Description
description

string

Description of operation.

operation

string

Operation type such as read, write and delete.

provider

string

Service provider: Microsoft.Billing.

resource

string

Resource on which the operation is performed such as invoice and billing subscription.

ErrorDetails

The details of the error.

Name Type Description
code

string

Error code.

details

ErrorSubDetails[]

The sub details of the error.

message

string

Error message indicating why the operation failed.

target

string

The target of the particular error.

ErrorResponse

Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.

Name Type Description
error

ErrorDetails

The details of the error.

ErrorSubDetails

The sub details of the error.

Name Type Description
code

string

Error code.

message

string

Error message indicating why the operation failed.

target

string

The target of the particular error.

Operation

A Billing REST API operation.

Name Type Description
display

Display

The object that represents the operation.

isDataAction

boolean

Identifies if the operation is a data operation.

name

string

Operation name: {provider}/{resource}/{operation}.

OperationListResult

The list of billing operations and a URL link to get the next set of results.

Name Type Description
nextLink

string

URL to get the next set of operation list results if there are any.

value

Operation[]

The list of billing operations supported by the Microsoft.Billing resource provider.