Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.compute.operations

Fields

NameDatatypeDescription
namestringThe name of the compute operation.
displayobjectDescribes the properties of a Compute Operation Value Display.
originstringThe origin of the compute operation.

Methods

NameAccessible byRequired ParamsDescription
listSELECTGets a list of compute operations.

SELECT examples

Gets a list of compute operations.

SELECT
name,
display,
origin
FROM azure.compute.operations
;