operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.devops.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the operation. |
display | object | Display information of an operation. |
isDataAction | string | Indicates whether the operation applies to data-plane. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists 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
;