Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.workload_monitor.operations

Fields

The following fields are returned by SELECT queries:

The list of available REST API operations.

NameDatatypeDescription
namestringThe name of the operation being performed on this particular object. (example: Microsoft.WorkloadMonitor/monitors/read)
displayobjectThe localized display information for this particular operation or action.
originstringThe intended executor of the operation. (example: user, system)

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectapi-version

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
api-versionstringThe API version to use for the operation.

SELECT examples

The list of available REST API operations.

SELECT
name,
display,
origin
FROM azure.workload_monitor.operations
WHERE api-version = '{{ api-version }}'
;