Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.quantum.operations

Fields

NameDatatypeDescription
namestringName of the operation
displayobjectProperties of the operation
isDataActionbooleanIndicates whether the operation is a data action

Methods

NameAccessible byRequired ParamsDescription
listSELECTReturns list of operations.

SELECT examples

Returns list of operations.

SELECT
name,
display,
isDataAction
FROM azure.quantum.operations
;