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
The following fields are returned by SELECT
queries:
- get
OK. The request has succeeded.
Name | Datatype | Description |
---|---|---|
name | string | Name of the operation |
display | object | Display of the operation |
isDataAction | boolean | Indicates whether the operation is a data action |
origin | string | operation origin |
properties | object | operation properties |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get | select | api-version |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
api-version | string | The API version to use for the request. |
SELECT
examples
- get
OK. The request has succeeded.
SELECT
name,
display,
isDataAction,
origin,
properties
FROM azure_extras.marketplace_notifications.notification_operations
WHERE api-version = '{{ api-version }}'
;