Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.authorization.operations

Fields

NameDatatypeDescription
namestringName of the operation
displayobjectThe display information for a Microsoft.Authorization operation.
isDataActionbooleanIndicates whether the operation is a data action
originstringOrigin of the operation

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists the operations available from this provider.

SELECT examples

Lists the operations available from this provider.

SELECT
name,
display,
isDataAction,
origin
FROM azure.authorization.operations
;