operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.powerbi_dedicated.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Operation name: {provider}/{resource}/{operation}. |
display | `` | The object that represents the operation. |
origin | string | Origin of the operation. |
properties | object | Additional properties to expose performance metrics to shoebox. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists 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
;