Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure_extras.visual_studio.operations

Fields

NameDatatypeDescription
namestringThe name of the resource operation.
displayobjectProperties of an operation supported by the resource provider.

Methods

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

SELECT examples

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

SELECT
name,
display
FROM azure_extras.visual_studio.operations
;