Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.hybrid_compute.operations

Fields

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

Methods

NameAccessible byRequired ParamsDescription
listSELECTGets a list of hybrid compute operations.

SELECT examples

Gets a list of hybrid compute operations.

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