Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.digital_twins.operations

Fields

NameDatatypeDescription
namestringOperation name: {provider}/{resource}/{read | write | action | delete}
displayobjectThe object that represents the operation.
isDataActionbooleanIf the operation is a data action (for data plane rbac).
originstringThe intended executor of the operation.
propertiesobjectOperation properties.

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all of the available DigitalTwins service REST API operations.

SELECT examples

Lists all of the available DigitalTwins service REST API operations.

SELECT
name,
display,
isDataAction,
origin,
properties
FROM azure.digital_twins.operations
;