Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure_stack.gallery_admin.operations

Fields

NameDatatypeDescription
namestringName of the REST operation.
displayobjectInformation about the REST operation.
originstringOrigin of the REST operation.

Methods

NameAccessible byRequired ParamsDescription
listSELECT

SELECT examples

SELECT
name,
display,
origin
FROM azure_stack.gallery_admin.operations
;