Skip to main content

operations

Creates, updates, deletes, gets or lists a operations resource.

Overview

Nameoperations
TypeResource
Idazure.consumption.operations

Fields

NameDatatypeDescription
idstringOperation Id.
namestringOperation name: {provider}/{resource}/{operation}.
display``The object that represents the operation.

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all of the available consumption REST API operations.

SELECT examples

Lists all of the available consumption REST API operations.

SELECT
id,
name,
display
FROM azure.consumption.operations
;