Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.video_analyzer.operations

Fields

NameDatatypeDescription
namestringThe operation name.
actionTypestringIndicates the action type.
displayobjectOperation details.
isDataActionbooleanWhether the operation applies to data-plane.
originstringOrigin of the operation.
propertiesobjectMetric properties.

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all the Media operations.

SELECT examples

Lists all the Media operations.

SELECT
name,
actionType,
display,
isDataAction,
origin,
properties
FROM azure.video_analyzer.operations
;