Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure_extras.windows_iot.operations

Fields

NameDatatypeDescription
namestringOperation name: {provider}/{resource}/{operation}.
displayobjectThe operation supported by Azure Data Catalog Service.
isDataActionbooleanIndicates whether the operation is a data action
originstringIndicates the executor of the operation.

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all of the available Windows IoT Services REST API operations.

SELECT examples

Lists all of the available Windows IoT Services REST API operations.

SELECT
name,
display,
isDataAction,
origin
FROM azure_extras.windows_iot.operations
;