Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.reservations.operations

Fields

NameDatatypeDescription
namestringName of the operation
displayobjectInformation about an operation
isDataActionbooleanIndicates whether the operation is a data action
originstringOrigin of the operation
propertiesobjectAdditional details about an operation.

Methods

NameAccessible byRequired ParamsDescription
listSELECTList all the operations.

SELECT examples

List all the operations.

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