notification_operations
Creates, updates, deletes, gets or lists a notification_operations
resource.
Overview
Name | notification_operations |
Type | Resource |
Id | azure_extras.marketplace_notifications.notification_operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the operation |
display | object | Operation display payload |
isDataAction | boolean | Indicates whether the operation is a data action |
origin | string | operation origin |
properties | object | operation properties |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT |
|
SELECT
examples
SELECT
name,
display,
isDataAction,
origin,
properties
FROM azure_extras.marketplace_notifications.notification_operations
;