available_operations
Creates, updates, deletes, gets or lists a available_operations
resource.
Overview
Name | available_operations |
Type | Resource |
Id | azure.powerbi_embedded.available_operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the operation being performed on this particular object. This name should match the action name that appears in RBAC / the event service. |
display | object |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT |
| Indicates which operations can be performed by the Power BI Resource Provider. |
SELECT
examples
Indicates which operations can be performed by the Power BI Resource Provider.
SELECT
name,
display
FROM azure.powerbi_embedded.available_operations
;