Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.operations_management.operations

Fields

NameDatatypeDescription
namestringOperation name: {provider}/{resource}/{operation}
display``Display metadata associated with the operation.

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all of the available OperationsManagement Rest API operations.

SELECT examples

Lists all of the available OperationsManagement Rest API operations.

SELECT
name,
display
FROM azure.operations_management.operations
;