operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.authorization.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the operation |
display | object | The display information for a Microsoft.Authorization operation. |
isDataAction | boolean | Indicates whether the operation is a data action |
origin | string | Origin of the operation |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists the operations available from this provider. |
SELECT
examples
Lists the operations available from this provider.
SELECT
name,
display,
isDataAction,
origin
FROM azure.authorization.operations
;