operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure_stack.storage_admin.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the operation being performed on this particular object. It should match the action name that appears in RBAC / the event service. |
display | object | Contains the localized display information for this particular operation / action. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Get the list of support rest operations. |
SELECT
examples
Get the list of support rest operations.
SELECT
name,
display
FROM azure_stack.storage_admin.operations
;