Skip to main content

available_operations

Creates, updates, deletes, gets or lists an available_operations resource.

Overview

Nameavailable_operations
TypeResource
Idazure.powerbi_embedded.available_operations

Fields

The following fields are returned by SELECT queries:

Request completed successfully

NameDatatypeDescription
namestringThe name of the operation being performed on this particular object. This name should match the action name that appears in RBAC / the event service.
displayobject

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectIndicates which operations can be performed by the Power BI Resource Provider.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

Indicates which operations can be performed by the Power BI Resource Provider.

SELECT
name,
display
FROM azure.powerbi_embedded.available_operations
;