Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.monitor.operations

Fields

NameDatatypeDescription
namestringOperation name: {provider}/{resource}/{operation}
display``Display metadata associated with the operation.

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all of the available operations from Microsoft.Insights provider.

SELECT examples

Lists all of the available operations from Microsoft.Insights provider.

SELECT
name,
display
FROM azure.monitor.operations
;