operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure_stack.subscriptions_admin.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the operation being performed on an object. |
display | object | Contains the localized display information for this particular operation / action. |
isDataAction | boolean | Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations. |
origin | string | Origin for the operation. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Get the list of Operations. |
SELECT
examples
Get the list of Operations.
SELECT
name,
display,
isDataAction,
origin
FROM azure_stack.subscriptions_admin.operations
;