operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.video_analyzer.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The operation name. |
actionType | string | Indicates the action type. |
display | object | Operation details. |
isDataAction | boolean | Whether the operation applies to data-plane. |
origin | string | Origin of the operation. |
properties | object | Metric properties. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists all the Media operations. |
SELECT
examples
Lists all the Media operations.
SELECT
name,
actionType,
display,
isDataAction,
origin,
properties
FROM azure.video_analyzer.operations
;