Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure_extras.visual_studio.operations

Fields

The following fields are returned by SELECT queries:

The operation succeeded. The response contains the possible operations on the Microsoft.VisualStudio resource provider.

NameDatatypeDescription
namestringThe name of the resource operation.
displayobjectThe properties of the resource operation.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectGets the details of all operations possible on the Microsoft.VisualStudio resource provider.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

Gets the details of all operations possible on the Microsoft.VisualStudio resource provider.

SELECT
name,
display
FROM azure_extras.visual_studio.operations
;