operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure_stack.container_service_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. |
isDataAction | boolean | Indicates whether the operation is a data action |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Get the list of supported admin container service rest operations. |
SELECT
examples
Get the list of supported admin container service rest operations.
SELECT
name,
display,
isDataAction
FROM azure_stack.container_service_admin.operations
;