operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure_extras.visual_studio.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the resource operation. |
display | object | Properties of an operation supported by the resource provider. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Gets 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
;