Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.desktop_virtualization.operations

Fields

The following fields are returned by SELECT queries:

Successfully retrieved operations.

NameDatatypeDescription
namestringOperation name, in format of {provider}/{resource}/{operation}
displayobjectDisplay metadata associated with the operation.
isDataActionbooleanIs a data action.
propertiesobjectProperties of the operation

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectList all of the available operations the Desktop Virtualization resource provider supports.

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

List all of the available operations the Desktop Virtualization resource provider supports.

SELECT
name,
display,
isDataAction,
properties
FROM azure.desktop_virtualization.operations
;