Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.devops.operations

Fields

NameDatatypeDescription
namestringName of the operation.
displayobjectDisplay information of an operation.
isDataActionstringIndicates whether the operation applies to data-plane.

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all the operations supported by Microsoft.DevOps resource provider.

SELECT examples

Lists all the operations supported by Microsoft.DevOps resource provider.

SELECT
name,
display,
isDataAction
FROM azure.devops.operations
;