Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.powerbi_dedicated.operations

Fields

NameDatatypeDescription
namestringOperation name: {provider}/{resource}/{operation}.
display``The object that represents the operation.
originstringOrigin of the operation.
propertiesobjectAdditional properties to expose performance metrics to shoebox.

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all of the available PowerBIDedicated REST API operations.

SELECT examples

Lists all of the available PowerBIDedicated REST API operations.

SELECT
name,
display,
origin,
properties
FROM azure.powerbi_dedicated.operations
;