Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.workload_monitor.operations

Fields

NameDatatypeDescription
namestringThe name of the operation being performed on this particular object.
displayobjectThe localized display information for this particular operation or action.
originstringThe intended executor of the operation.

Methods

NameAccessible byRequired ParamsDescription
listSELECT

SELECT examples

SELECT
name,
display,
origin
FROM azure.workload_monitor.operations
;