operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.alerts_management.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the operation |
display | object | Properties of the operation |
origin | string | Origin of the operation |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| List 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
;