operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.consumption.operations |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Operation Id. |
name | string | Operation name: {provider}/{resource}/{operation}. |
display | `` | The object that represents the operation. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists 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
;