Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.desktop_virtualization.operations

Fields

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

Methods

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

SELECT examples

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

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