Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure_extras.dev_spaces.operations

Fields

NameDatatypeDescription
namestringResource provider operation name.
displayobject

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all the supported operations by the Microsoft.DevSpaces resource provider along with their description.

SELECT examples

Lists all the supported operations by the Microsoft.DevSpaces resource provider along with their description.

SELECT
name,
display
FROM azure_extras.dev_spaces.operations
;