Skip to main content

notification_operations

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

Overview

Namenotification_operations
TypeResource
Idazure_extras.marketplace_notifications.notification_operations

Fields

The following fields are returned by SELECT queries:

OK. The request has succeeded.

NameDatatypeDescription
namestringName of the operation
displayobjectDisplay of the operation
isDataActionbooleanIndicates whether the operation is a data action
originstringoperation origin
propertiesobjectoperation properties

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectapi-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.

NameDatatypeDescription
api-versionstringThe API version to use for the request.

SELECT examples

OK. The request has succeeded.

SELECT
name,
display,
isDataAction,
origin,
properties
FROM azure_extras.marketplace_notifications.notification_operations
WHERE api-version = '{{ api-version }}'
;