Skip to main content

available_operations

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

Overview

Nameavailable_operations
TypeResource
Idazure.powerbi_embedded.available_operations

Fields

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

NameAccessible byRequired ParamsDescription
getSELECTIndicates 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
;