Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.alerts_management.operations

Fields

NameDatatypeDescription
namestringName of the operation
displayobjectProperties of the operation
originstringOrigin of the operation

Methods

NameAccessible byRequired ParamsDescription
listSELECTList all operations available through Azure Alerts Management Resource Provider.

SELECT examples

List all operations available through Azure Alerts Management Resource Provider.

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